Modal refactor

This commit is contained in:
2014-11-21 18:06:20 +01:00
parent a73ceb0df2
commit cc081d373c
36 changed files with 187 additions and 136 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ html lang="en"
span data-t="supplier.open_for_orders"
a.close{data-dismiss="alert"} ×
.row
.span12
= content_for?(:content) ? yield(:content) : yield
.span12= content_for?(:content) ? yield(:content) : yield
- if content_for?(:row)
.row= yield :row
.row