Sha256: b619179de5cc0b755c6a286a3e6de23ed85f72fe0ddddac0581316ee9a585042
Contents?: true
Size: 595 Bytes
Versions: 80
Compression:
Stored size: 595 Bytes
Contents
<div class="w-full"> <%% if notice.present? %> <p class="py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-lg inline-block" id="notice"><%%= notice %></p> <%% end %> <div class="flex justify-between items-center"> <h1 class="font-bold text-4xl"><%= human_name.pluralize %></h1> <%%= link_to "New <%= human_name.downcase %>", new_<%= singular_route_name %>_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> </div> <div id="<%= plural_table_name %>" class="min-w-full"> <%%= render @<%= plural_table_name %> %> </div> </div>
Version data entries
80 entries across 80 versions & 1 rubygems