mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-25 05:54:51 -05:00
Merge pull request #3835 from Imperadeiro98/master
Remove obsolete ErrorView from templates
This commit is contained in:
commit
37d0b23103
4 changed files with 14 additions and 20 deletions
|
@ -26,5 +26,3 @@ block content
|
|||
.patches-view
|
||||
|
||||
hr
|
||||
|
||||
div#error-view
|
||||
|
|
|
@ -155,6 +155,4 @@ block outer_content
|
|||
|
||||
div.tab-pane#level-feedback-view
|
||||
|
||||
div#error-view
|
||||
|
||||
block footer
|
||||
|
|
|
@ -138,6 +138,5 @@ block outer_content
|
|||
div#spritesheets
|
||||
div.tab-pane#editor-thang-patches-view
|
||||
div.patches-view
|
||||
div#error-view
|
||||
.clearfix
|
||||
block footer
|
||||
|
|
|
@ -68,6 +68,5 @@ block outer_content
|
|||
else
|
||||
input.input-sm.form-control.translation-input(data-index=row.index.toString(), value=row.toValue)
|
||||
|
||||
div#error-view
|
||||
.clearfix
|
||||
block footer
|
||||
|
|
Loading…
Reference in a new issue