Sha256: 2a704f4339710b16e2eadf395900ee74e2e23b0c99742e02349127cccf34944a
Contents?: true
Size: 696 Bytes
Versions: 20
Compression:
Stored size: 696 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= full_title(yield(:title)) %></title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> <%= csrf_meta_tags %> <%= render 'layouts/shim' %> </head> <body> <%= render 'layouts/header' %> <div class="container"> <% flash.each do |key, value| %> <div class="alert alert-<%= key %>"><%= value %></div> <% end %> <%= yield %> <%= render 'layouts/footer' %> <%= debug(params) if Rails.env.development? %> </div> </body> </html>
Version data entries
20 entries across 20 versions & 2 rubygems