Sha256: 0880909a0e48c564cbbfb1baf0ffe83fc7e79b7162b2e8501b600a7c0a5e3795
Contents?: true
Size: 648 Bytes
Versions: 2
Compression:
Stored size: 648 Bytes
Contents
<tr> <td><%= collection.name %></td> <td><%= collection.slug %></td> <td class="actions text-right"> <%= link_to(fa_icon("info-circle", text: Archangel.t(:show)), backend_collection_path(collection), class: "btn btn-info btn-sm") %> <%= link_to(fa_icon("check-circle", text: Archangel.t(:edit)), edit_backend_collection_path(collection), class: "btn btn-warning btn-sm") %> <%= link_to(fa_icon("times-circle", text: Archangel.t(:destroy)), backend_collection_path(collection), class: "btn btn-danger btn-sm", method: :delete, data: { confirm: Archangel.t(:are_you_sure) }) %> </td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
archangel-0.3.0 | app/views/archangel/backend/collections/_collection.html.erb |
archangel-0.0.8 | app/views/archangel/backend/collections/_collection.html.erb |