mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
11 lines
No EOL
251 B
Text
11 lines
No EOL
251 B
Text
extends /templates/modal/modal_base
|
|
include /templates/kinds/versions
|
|
|
|
block modal-header-content
|
|
h3(data-i18n="general.version_history") Version History
|
|
|
|
block modal-body-content
|
|
if dataList
|
|
+version-history-body()
|
|
|
|
block modal-footer-content |