mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fixed #1567
Moved the code diff control to the top of the list, and added a short instructional message.
This commit is contained in:
parent
56c15116a7
commit
ca09381d42
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…
Add table
Add a link
Reference in a new issue