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

Version Path
record_collection-0.10.4 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.10.4 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.10.3 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.10.3 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.10.2 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.10.2 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.10.1 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.10.1 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.10.0 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.10.0 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.9.2 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.9.2 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.9.1 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.9.1 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.9.0 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.9.0 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.8.3 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.8.3 lib/generators/collection_scaffold/templates/show.html.slim
record_collection-0.8.2 lib/generators/collection_scaffold/templates/show.html.haml
record_collection-0.8.2 lib/generators/collection_scaffold/templates/show.html.slim