app/views/spina/admin/attachments/index.html.haml in spina-0.6.28 vs app/views/spina/admin/attachments/index.html.haml in spina-0.6.29
- old
+ new
@@ -14,7 +14,7 @@
%tr
%td{colspan: 5}
= form_for [spina, :admin, @attachment], html: {multipart: true, class: "new_document"} do |f|
= f.file_field :file, data: {customfileinput: true}
- %tbody.table-prepend-document
+ %tbody.table-prepend-document
= render partial: 'spina/admin/attachments/attachment', collection: @attachments
\ No newline at end of file