Sha256: 97a46ce782a00eb3884659724c3e88e0d11d20690010da137c6833a4757ecc87

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

h2 = t('manage.edit.title', model: resource_class.model_name.human)

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

.row
  .columns.large-6
    = render "form", attributes: attributes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
manage-1.3.13 app/views/manage/resource/edit.html.slim
manage-1.3.12 app/views/manage/resource/edit.html.slim
manage-1.3.11 app/views/manage/resource/edit.html.slim