syntax error checking and template matches

This commit is contained in:
Senad Uka
2016-02-22 06:14:17 +01:00
parent e7b64b987f
commit 5b7f1a2b94
2 changed files with 110 additions and 0 deletions

View File

@@ -26,6 +26,17 @@
<%= @record.last_version.content %>
</div>
</div>
<div class="col-md-5">
<br /><br />
<h3>Need to fill: </h3>
<ul id="unfilled_variables">
</ul>
<br /><br />
<h3>Syntax errors: </h3>
<ul id="syntax_errors">
</ul>
</div>
<br/><br/>
</div>
<div class="row">