Skip to content

Commit

Permalink
Remove code in ErrorView already present in the schemaDesignerLayout …
Browse files Browse the repository at this point in the history
…function.
  • Loading branch information
sebastian-palma committed Dec 27, 2020
1 parent 2c6816e commit 19f7c4c
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions IHP/IDE/SchemaDesigner/View/Schema/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,7 @@ data ErrorView = ErrorView

instance View ErrorView where
html ErrorView { .. } = [hsx|
<div class="container">
<div class="row pt-5" style="height: 102px">
<div class="col" style="display: flex; align-self: center;">
{visualNav}
</div>

<div class="col" style="display: flex; align-self: center; justify-content: center">
Application/Schema.sql
</div>

<div class="col"></div>
</div>
<div>
<div class="bg-white visual-error">
<pre>{error}</pre>
</div>
</div>
<div class="bg-white visual-error">
<pre>{error}</pre>
</div>
|]
|]

0 comments on commit 19f7c4c

Please sign in to comment.