Update clans private info blurb

This commit is contained in:
Matt Lott 2015-04-20 14:30:31 -07:00
parent 38cdb3d057
commit 9fffb80b3f
2 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -74,11 +74,11 @@ module.exports = class MainAdminView extends RootView
popoverTitle = 'Private Clans'
popoverContent = "<p>Additional features:"
popoverContent += "<ul>"
popoverContent += "<li>Detailed progress reporting"
popoverContent += "<li>Not visible in Public Clans list below"
popoverContent += "<li>Only students with the invite link will be able to join"
popoverContent += "<li>Not visible in Public Clans list"
popoverContent += "<li>Invite link required to join"
popoverContent += "<li>Premium dashboard:"
popoverContent += "</ul>"
popoverContent += "<p><img src='/images/loading_image.png'></p>"
popoverContent += "<p><img src='/images/pages/clans/dashboard_preview.png'></p>"
popoverContent += "<p>*A CodeCombat subscription is required to create or join private Clans.</p>"
@$el.find('.private-more-info').popover(
animation: true