Sha256: f94e7e19767397d8e843d8fe65dcd89d7df49eb39b95bbec67e37c4fd8b983c3

Contents?: true

Size: 459 Bytes

Versions: 4

Compression:

Stored size: 459 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta content='text/html;charset=utf-8' http-equiv='Content-Type'>
    <title>SofaBlog</title>
    <%= javascript_include_tag 'sofa_blog/application' %>
    <%= stylesheet_link_tag "sofa_blog/application" %>
    <%= yield :head %>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <% flash.each do |type, message| %>
      <div class='flash <%= type %>'><%= message %></div>
    <% end %>
    <%= yield %>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sofa_blog-0.1.3 app/views/layouts/application.html.erb
sofa_blog-0.1.2 app/views/layouts/application.html.erb
sofa_blog-0.1.1 app/views/layouts/application.html.erb
sofa_blog-0.1.0 app/views/layouts/application.html.erb