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