app/views/manage/resource/edit.html.slim in manage-1.3.10 vs app/views/manage/resource/edit.html.slim in manage-1.3.11
- old
+ new
@@ -1,10 +1,11 @@
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'
+ = [ 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
\ No newline at end of file