linting teh hamels
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
- unless flash.empty?
|
||||
- if flash[:notice].present?
|
||||
.alertbox.box-blue{'data-id' => 'alertbox', 'data-alert' => 'auto_close'}
|
||||
.box-close{'data-id'=> 'alert_close'}
|
||||
.alertbox.box-blue{ 'data-id' => 'alertbox', 'data-alert' => 'auto_close' }
|
||||
.box-close{ 'data-id' => 'alert_close' }
|
||||
= flash[:notice]
|
||||
|
||||
- if flash[:alert].present?
|
||||
.alertbox.box-red{'data-id' => 'alertbox'}
|
||||
.box-close{'data-id'=> 'alert_close'}
|
||||
.alertbox.box-red{ 'data-id' => 'alertbox' }
|
||||
.box-close{ 'data-id' => 'alert_close' }
|
||||
%b= flash[:alert]
|
||||
|
@@ -1,9 +1,9 @@
|
||||
!!!
|
||||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%meta{ content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type" }/
|
||||
%title SmsPager
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
= csrf_meta_tags
|
||||
= yield :custom_head
|
||||
|
Reference in New Issue
Block a user