mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fixed typo in previous rewadding.
This commit is contained in:
parent
65280454bf
commit
c226856204
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ block modal-body-content
|
|||
td
|
||||
input(type="checkbox", value=data._id).select
|
||||
td
|
||||
a(href="/editor#{page}/#{data._id}") #{data.version.major}.#{data.version.minor}
|
||||
a(href="/editor/#{page}/#{data._id}") #{data.version.major}.#{data.version.minor}
|
||||
td= moment(data.created).format('l')
|
||||
td= data.creator
|
||||
td #{data.commitMessage}
|
||||
|
|
Loading…
Add table
Reference in a new issue