mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
commit
b56d25dd9e
1 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,11 @@ block modal-header-content
|
|||
h3
|
||||
span(data-i18n="general.version_history_for") Version History for:
|
||||
|"#{dataList[0].name}"
|
||||
p
|
||||
|Select two changes below to see the difference.
|
||||
|
||||
div.delta-container
|
||||
div.delta-view
|
||||
|
||||
block modal-body-content
|
||||
if dataList
|
||||
|
@ -25,7 +30,4 @@ block modal-body-content
|
|||
td= data.creator
|
||||
td #{data.commitMessage}
|
||||
|
||||
div.delta-container
|
||||
div.delta-view
|
||||
|
||||
block modal-footer-content
|
Loading…
Reference in a new issue