Sha256: 0e3454fe6e1441e54d480d074979f8a55f2f884f09e0252dfafe26e1bb567908
Contents?: true
Size: 697 Bytes
Versions: 37
Compression:
Stored size: 697 Bytes
Contents
<%% if notice.present? %> <div popover class="flash" style="--flash-position: 5rem;" data-controller="element-removal" data-action="animationend->element-removal#remove" role="alert"><%%= notice %></div> <%% end %> <%%= render @<%= singular_table_name %> %> <div class="flex flex-wrap items-center gap mbs-6" style="--row-gap: .5rem"> <%%= link_to "Edit this <%= human_name.downcase %>", <%= edit_helper(type: :path) %>, class: "btn" %> <%%= link_to "Back to <%= human_name.pluralize.downcase %>", <%= index_helper(type: :path) %>, class: "btn" %> <%%= button_to "Destroy this <%= human_name.downcase %>", <%= model_resource_name(prefix: "@") %>, method: :delete, class: "btn" %> </div>
Version data entries
37 entries across 37 versions & 1 rubygems