Changed Ruby syntax in views. Fixed #1326
This commit is contained in:
parent
b0a84ad1c6
commit
1ca448df6f
74 changed files with 371 additions and 376 deletions
|
|
@ -10,8 +10,8 @@
|
|||
- flash.each do |type, message|
|
||||
.row
|
||||
.col-md-12
|
||||
%div{:class=>"alert alert-dismissable #{bootstrap_class_for(type)}", :id=>"flash"}
|
||||
%div{class: "alert alert-dismissable #{bootstrap_class_for(type)}", id: "flash"}
|
||||
.button.close{"data-dismiss" => "alert", "aria-hidden"=>"true"}
|
||||
×
|
||||
%p
|
||||
= message
|
||||
= message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue