Sha256: e54e6601c5626838d7d5892d106a10a5103f8cde724b486f59ff8b57d2e25b01
Contents?: true
Size: 524 Bytes
Versions: 377
Compression:
Stored size: 524 Bytes
Contents
<div class="mx-auto md:w-2/3 w-full"> <h1 class="font-bold text-4xl">Editing <%= human_name.downcase %></h1> <%%= render "form", <%= singular_table_name %>: @<%= singular_table_name %> %> <%%= link_to "Show this <%= human_name.downcase %>", @<%= singular_table_name %>, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> <%%= link_to "Back to <%= human_name.pluralize.downcase %>", <%= index_helper %>_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> </div>
Version data entries
377 entries across 377 versions & 6 rubygems