Sha256: e1af91d981e4d0f9c50f257c47d4a554bd20637d9795a1b13d57bb544e7d74df

Contents?: true

Size: 519 Bytes

Versions: 1

Compression:

Stored size: 519 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>SofaGallery</title>
    <%= javascript_include_tag 'sofa_gallery/application' %>
    <%= stylesheet_link_tag 'sofa_gallery/application' %>
    <%= yield :head %>
  </head>
  <body class='c_<%= params[:controller].gsub('/', '_') %> a_<%= params[:action] %>'>
    <% flash.each do |type, message| %>
      <div class='flash <%= type %>'><%= message %></div>
    <% end %>
    <%= yield %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sofa_gallery-0.0.0 app/views/layouts/gallery_admin/application.html.erb