table management fixes

This commit is contained in:
2013-01-12 13:34:00 +01:00
parent f6b28f84f0
commit b02951aaec
17 changed files with 164 additions and 76 deletions
+1 -4
View File
@@ -77,9 +77,6 @@ html lang="en"
= content_for?(:content) ? yield(:content) : yield
- if content_for?(:row)
.row= yield :row
/!
Javascripts
\==================================================
/! Placed at the end of the document so the pages load faster
= javascript_include_tag "supplier/application"
script#alert-template[type="text/html"]= mustache_template 'supplier/alert'
= yield :footer