linting teh hamels

This commit is contained in:
2015-10-03 08:57:06 -05:00
parent 8cdb204a94
commit c1f872e9a1
9 changed files with 57 additions and 36 deletions

View File

@@ -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]

View File

@@ -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