Sha256: a8764fcae1456d274990e1ebd3de24e64f7ca5085ce64b8573a04a807ea2d8b1
Contents?: true
Size: 638 Bytes
Versions: 2
Compression:
Stored size: 638 Bytes
Contents
.table-container .search-input.pull-right = text_field_tag :search, nil, placeholder: "Zoeken...", class: 'input-search input-rounded' .clear-input{data: {icon: 'm'}} %table.table.datatable %thead %tr %th Bestandsnaam %th Grootte %th Aangemaakt op %th %tr %td{colspan: 4} = form_for [spina, :admin, @attachment], html: {multipart: true, class: "new_document"} do |f| = f.file_field :file, data: {customfileinput: true} %tbody.table-prepend-document = render partial: 'spina/admin/attachments/attachment', collection: @attachments
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-0.6.12 | app/views/spina/admin/attachments/index.html.haml |
spina-0.6.11 | app/views/spina/admin/attachments/index.html.haml |