Sha256: 66f4bf62adf1bab4956d958f24432c1dd6802f8a8ce4c2db7c600f77110e13b3
Contents?: true
Size: 544 Bytes
Versions: 127
Compression:
Stored size: 544 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 %>", <%= model_resource_name(prefix: "@") %>, 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(type: :path) %>, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> </div>
Version data entries
127 entries across 127 versions & 1 rubygems