Sha256: 49a8a23619ac48eba4f49a1324efaa434e66032be8de2aef0d1163223da3fd41
Contents?: true
Size: 581 Bytes
Versions: 13
Compression:
Stored size: 581 Bytes
Contents
<p style="color: green"><%%= notice %></p> <%% content_for :title, "<%= human_name.pluralize %>" %> <h1><%= human_name.pluralize %></h1> <div id="<%= plural_table_name %>"> <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %> <%%= render '<%= singular_table_name %>', <%= singular_table_name %>: <%= singular_table_name %> %> <p> <%%= link_to "Show this <%= human_name.downcase %>", <%= model_resource_name(singular_table_name) %> %> </p> <%% end %> </div> <%%= link_to "New <%= human_name.downcase %>", <%= new_helper(type: :path) %> %>
Version data entries
13 entries across 7 versions & 1 rubygems