Sha256: 6fed6008e7636c670220f4d32e2567487d6446ec5c272893453503f49279951d
Contents?: true
Size: 403 Bytes
Versions: 9
Compression:
Stored size: 403 Bytes
Contents
h1 <%= module_name_formatted.singularize.camelize %> dl.dl-horizontal <%- attribute_names.each do |attribute| -%> dt <%= attribute.humanize.titlecase %>: dd = @<%= module_name_formatted.singularize %>.<%= attribute %> <%- end -%> p = link_to 'Back', <%=module_name_formatted.pluralize%>_path javascript: document.addEventListener('DOMContentLoaded', app.<%= module_name_formatted %>.show);
Version data entries
9 entries across 9 versions & 1 rubygems