Sha256: b13925d2a9bd6d6d2fb34835a96e5e8631abe5a2ea8d5619c22673bddfb443ae
Contents?: true
Size: 558 Bytes
Versions: 4
Compression:
Stored size: 558 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title><<%%= h yield(:title) || <%=File.basename(RAILS_ROOT).titleize.inspect%> %></title> <%%= stylesheet_link_tag 'static_style' %> <%%= javascript_include_tag 'sorttable' %> </head> <body> <p style="color: green"><%%= flash[:notice] %></p> <%%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems