Sha256: d102ea6b9658ee9ee464df7e5ff23ef866d17c149aa42f26f5d43b77ffdef0cb

Contents?: true

Size: 337 Bytes

Versions: 11

Compression:

Stored size: 337 Bytes

Contents

run 'rm app/views/layouts/application.html.erb'

create_file 'app/views/layouts/application.html.haml' do
<<-HAML
!!! 5
%html
  %head
    %title= @title ? "#{app_name} | \#\{\@title\}\" : '#{app_name}'
    = stylesheet_link_tag    "application"
    = javascript_include_tag "application"
    = csrf_meta_tags
  %body
    = yield
HAML
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
icebreaker-0.2.0 templates/haml.rb
icebreaker-0.1.9 templates/haml.rb
icebreaker-0.1.8 templates/haml.rb
icebreaker-0.1.7 templates/haml.rb
icebreaker-0.1.6 templates/haml.rb
icebreaker-0.1.5 templates/haml.rb
icebreaker-0.1.4 templates/haml.rb
icebreaker-0.1.3 templates/haml.rb
icebreaker-0.1.2 templates/haml.rb
icebreaker-0.1.1 templates/haml.rb
icebreaker-0.1.0 templates/haml.rb