app/views/spina/admin/attachments/index.html.haml in spina-0.6.24 vs app/views/spina/admin/attachments/index.html.haml in spina-0.6.25

- old
+ new

@@ -1,8 +1,9 @@ .table-container .search-input.pull-right = text_field_tag :search, nil, placeholder: t('spina.search'), class: 'input-search input-rounded' - .clear-input{data: {icon: 'm'}} + .clear-input + = icon('times-circle') %table.table.datatable %thead %tr %th= Spina::Attachment.human_attribute_name(:name) \ No newline at end of file