'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"
|
started_2: "Started"
|
||||||
not_started_2: "Not Started"
|
not_started_2: "Not Started"
|
||||||
view_solution: "Click to view solution."
|
view_solution: "Click to view solution."
|
||||||
|
view_attempt: "Click to view attempt."
|
||||||
latest_achievement: "Latest Achievement"
|
latest_achievement: "Latest Achievement"
|
||||||
playtime: "Playtime"
|
playtime: "Playtime"
|
||||||
last_played: "Last played"
|
last_played: "Last played"
|
||||||
|
|
|
@ -256,7 +256,7 @@ mixin progress-members-popup-started(i, level, session)
|
||||||
span.spr(data-i18n="clans.last_played")
|
span.spr(data-i18n="clans.last_played")
|
||||||
span #{moment(session.get('changed')).format('MMMM Do YYYY, h:mm:ss a')}
|
span #{moment(session.get('changed')).format('MMMM Do YYYY, h:mm:ss a')}
|
||||||
if adminMode
|
if adminMode
|
||||||
strong(data-i18n="clans.view_solution")
|
strong(data-i18n="clans.view_attempt")
|
||||||
|
|
||||||
mixin levels-tab
|
mixin levels-tab
|
||||||
table.table.table-striped.table-condensed
|
table.table.table-striped.table-condensed
|
||||||
|
|
Reference in a new issue