app/views/manage/resource/edit.html.slim in manage-1.3.13 vs app/views/manage/resource/edit.html.slim in manage-1.3.14
- old
+ new
@@ -2,10 +2,10 @@
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)
+ ].compact.join(' ').html_safe
.row
.columns.large-6
= render "form", attributes: attributes
\ No newline at end of file