mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-17 19:12:33 -05:00
Remove obsolete ErrorView from templates
This commit is contained in:
parent
2e5c15cc6d
commit
4b4c19928f
4 changed files with 14 additions and 20 deletions
|
@ -26,5 +26,3 @@ block content
|
||||||
.patches-view
|
.patches-view
|
||||||
|
|
||||||
hr
|
hr
|
||||||
|
|
||||||
div#error-view
|
|
||||||
|
|
|
@ -155,6 +155,4 @@ block outer_content
|
||||||
|
|
||||||
div.tab-pane#level-feedback-view
|
div.tab-pane#level-feedback-view
|
||||||
|
|
||||||
div#error-view
|
|
||||||
|
|
||||||
block footer
|
block footer
|
||||||
|
|
|
@ -138,6 +138,5 @@ block outer_content
|
||||||
div#spritesheets
|
div#spritesheets
|
||||||
div.tab-pane#editor-thang-patches-view
|
div.tab-pane#editor-thang-patches-view
|
||||||
div.patches-view
|
div.patches-view
|
||||||
div#error-view
|
|
||||||
.clearfix
|
.clearfix
|
||||||
block footer
|
block footer
|
||||||
|
|
|
@ -68,6 +68,5 @@ block outer_content
|
||||||
else
|
else
|
||||||
input.input-sm.form-control.translation-input(data-index=row.index.toString(), value=row.toValue)
|
input.input-sm.form-control.translation-input(data-index=row.index.toString(), value=row.toValue)
|
||||||
|
|
||||||
div#error-view
|
|
||||||
.clearfix
|
.clearfix
|
||||||
block footer
|
block footer
|
||||||
|
|
Loading…
Reference in a new issue