Sha256: 407e68cc3e4b25a4a7d2affe6a2f760b8cdbd56763dcd0ce76b405d8923433b7
Contents?: true
Size: 564 Bytes
Versions: 44
Compression:
Stored size: 564 Bytes
Contents
-#= page_title :show, <%= class_name %> <% for attribute in attributes -%> .display-row .display-label= <%= class_name %>.human_attribute_name(:<%= attribute.name %>) .display-field= @<%= singular_table_name %>.<%= attribute.name %> <% end -%> .page-links = link_to t('action.index.link', model: <%= class_name %>.model_name.human), <%= index_helper %>_path, class: 'to-index-button' = link_to t('action.edit.link', model: <%= class_name %>.model_name.human), edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'record-edit-button'
Version data entries
44 entries across 22 versions & 1 rubygems