1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove last remnants of HAML

This commit is contained in:
Daniel Barber 2016-04-20 11:54:27 +01:00
parent fc80fa8a68
commit 2b75ce90ec
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
6 changed files with 15 additions and 16 deletions

View File

@ -55,7 +55,6 @@ end
gem 'administrate'
gem 'dragonfly'
gem 'dragonfly-s3_data_store'
gem 'haml'
gem 'kaminari'
gem 'monban'
gem 'monban-generators'

View File

@ -133,8 +133,6 @@ GEM
formatador (0.2.5)
globalid (0.3.6)
activesupport (>= 4.1.0)
haml (4.0.7)
tilt
i18n (0.7.0)
ipaddress (0.8.3)
jmespath (1.2.4)
@ -330,7 +328,6 @@ DEPENDENCIES
dragonfly-s3_data_store
factory_girl_rails
fivemat
haml
jquery-rails
kaminari
kramdown

View File

@ -0,0 +1,13 @@
<% if !flash[:notice].blank? %>
<p class="flash notice">
<%= flash[:notice] %>
<%= link_to raw("&times;"), "#", class: :close %>
</p>
<% end %>
<% if !flash[:alert].blank? %>
<p class="flash alert">
<%= flash[:alert] %>
<%= link_to raw("&times;"), "#", class: :close %>
</p>
<% end %>

View File

@ -1,9 +0,0 @@
- if !flash[:notice].blank?
%p.flash.notice
= flash[:notice]
= link_to raw("&times;"), "#", class: :close
- if !flash[:alert].blank?
%p.flash.alert
= flash[:alert]
= link_to raw("&times;"), "#", class: :close

View File

@ -0,0 +1,2 @@
<%= javascript_include_tag "//use.typekit.com/bvi1xdc.js" %>
<script>try{Typekit.load();}catch(e){}</script>

View File

@ -1,3 +0,0 @@
= javascript_include_tag "//use.typekit.com/bvi1xdc.js"
:javascript
try{Typekit.load();}catch(e){}