Sha256: c64998e95ca2c2f87255958ea98312e95b5e1bb63154d645a9de2cda9d2f3fd9
Contents?: true
Size: 465 Bytes
Versions: 53
Compression:
Stored size: 465 Bytes
Contents
<p style="color: green"><%%= notice %></p> <h1><%= human_name.pluralize %></h1> <div id="<%= plural_table_name %>"> <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %> <%%= render <%= 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
53 entries across 49 versions & 7 rubygems