Sha256: 5e87ace1e3baab3c20be08ad8b6fb7a44c3de938e70b4f4b7f9ce3bb9ca73794
Contents?: true
Size: 417 Bytes
Versions: 10
Compression:
Stored size: 417 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[:alert] %> <div class="alert"><%= flash[:alert] %></div> <% elsif flash[:notice] %> <div class="notice"><%= flash[:notice] %></div> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems