mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Update clans private info blurb
This commit is contained in:
parent
38cdb3d057
commit
9fffb80b3f
2 changed files with 4 additions and 4 deletions
BIN
app/assets/images/pages/clans/dashboard_preview.png
Normal file
BIN
app/assets/images/pages/clans/dashboard_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue