Sha256: b82d89bf957c18751eeab6baeba7f5a3e3493107a2bf6720216eecc35b9a6600
Contents?: true
Size: 676 Bytes
Versions: 2
Compression:
Stored size: 676 Bytes
Contents
<tr class="template-<%= template.status %>"> <td><%= template.name %></td> <td><%= template.partial? %></td> <td class="actions text-right"> <%= link_to(fa_icon("info-circle", text: Archangel.t(:show)), backend_template_path(template), class: "btn btn-info btn-sm") %> <%= link_to(fa_icon("check-circle", text: Archangel.t(:edit)), edit_backend_template_path(template), class: "btn btn-warning btn-sm") %> <%= link_to(fa_icon("times-circle", text: Archangel.t(:destroy)), backend_template_path(template), 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/templates/_template.html.erb |
archangel-0.0.8 | app/views/archangel/backend/templates/_template.html.erb |