Sha256: 1c2957886ec5c9a23edc6cae158049175b8d28b44522192e613ce9715c4833f5

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

nav
  = [ link_to(t('manage.actions.index', model: resource_class.model_name.human(count: 2)), resource.class, class: 'button small secondary'),
      link_to(t('manage.actions.edit'), [:edit, resource], class: 'button small'),
      resource_actions(resource),
    ].compact.join(' ').html_safe

article
  dl
    - resource_class.attribute_names.each do |attr|
      dt= resource_class.human_attribute_name(attr)
      dd= resource.public_send(attr)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
manage-1.3.41 app/views/manage/resource/show.html.slim
manage-1.3.35 app/views/manage/resource/show.html.slim
manage-1.3.30 app/views/manage/resource/show.html.slim
manage-1.3.22 app/views/manage/resource/show.html.slim
manage-1.3.21 app/views/manage/resource/show.html.slim