mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
'Click to view attempt' for incomplete student solutions
This commit is contained in:
parent
f240e5341f
commit
9dccf73af0
2 changed files with 2 additions and 1 deletions
app
|
@ -858,6 +858,7 @@
|
|||
started_2: "Started"
|
||||
not_started_2: "Not Started"
|
||||
view_solution: "Click to view solution."
|
||||
view_attempt: "Click to view attempt."
|
||||
latest_achievement: "Latest Achievement"
|
||||
playtime: "Playtime"
|
||||
last_played: "Last played"
|
||||
|
|
|
@ -256,7 +256,7 @@ mixin progress-members-popup-started(i, level, session)
|
|||
span.spr(data-i18n="clans.last_played")
|
||||
span #{moment(session.get('changed')).format('MMMM Do YYYY, h:mm:ss a')}
|
||||
if adminMode
|
||||
strong(data-i18n="clans.view_solution")
|
||||
strong(data-i18n="clans.view_attempt")
|
||||
|
||||
mixin levels-tab
|
||||
table.table.table-striped.table-condensed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue