Sha256: 0dc322852627df94ae187a84f13819c1216d71a8d9bc50aa21fb65c48ecb2daf
Contents?: true
Size: 1.19 KB
Versions: 6
Compression:
Stored size: 1.19 KB
Contents
<html> <head> <title>Product: <%= controller.action_name %></title> <%= stylesheet_link_tag 'scaffold' %> <!-- These stylesheets below are for design time use to allow working with only one visible section at a time, especially when trying to use absolute positioning. You may comment/uncomment which ever section you wish to work with. You may comment all of them out to work with all at design time. These stylesheets will not be used at runtime --> <!-- <link rel="stylesheet" type="text/css" href="./extra/show_only_edit.css" mv:replace=""/> --> <!-- <link rel="stylesheet" type="text/css" href="./extra/show_only_show.css" mv:replace=""/> --> <!-- <link rel="stylesheet" type="text/css" href="./extra/show_only_list.css" mv:replace=""/> --> <!-- <link rel="stylesheet" type="text/css" href="./extra/show_only_destroy.css" mv:replace=""/> --> <%= javascript_include_tag :defaults %> </head> <body> <% if @flash[:notice] %><div class="messages"><%= @flash[:notice] %></div><% end %> <div class="main"> <%= @content_for_layout %> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems