Sha256: 95c7c330a7e11a543f4583c9e684bb08be75e5ce1627cda1e962801454c768cc

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>FinePrint</title>
  <%= stylesheet_link_tag    "fine_print/application", :media => "all" %>
  <%= javascript_include_tag "fine_print/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<% if flash[:notice] %>
  <div class="notice"><%= flash[:notice] %></div>
<% elsif flash[:notice] %>
  <div class="notice"><%= flash[:notice] %></div>
<% end %>

<%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fine_print-1.3.0 app/views/layouts/fine_print/application.html.erb~
fine_print-1.2.0 app/views/layouts/fine_print/application.html.erb~
fine_print-1.1.1 app/views/layouts/fine_print/application.html.erb~
fine_print-1.1.0 app/views/layouts/fine_print/application.html.erb~
fine_print-1.0.0 app/views/layouts/fine_print/application.html.erb~