Sha256: dd55fbd9ef0d8319f715cfb6da0f8ee34b2a46a6e078d96aa70fd202acc12c6d
Contents?: true
Size: 872 Bytes
Versions: 8
Compression:
Stored size: 872 Bytes
Contents
<div class="btn-group pull-right" role="group" aria-label="Button group"> <% if member_action? || new_action? %> <%= link_to(fa_icon("chevron-left", text: Archangel.t(:back)), backend_templates_path, class: "btn btn-link") %> <% end %> <% if collection_action? || show_action? || edit_action? %> <%= link_to(fa_icon("plus", text: Archangel.t(:new)), new_backend_template_path, class: "btn btn-link") %> <% end %> <% if show_action? %> <%= link_to(fa_icon("check", text: Archangel.t(:edit)), edit_backend_template_path(@template), class: "btn btn-link") %> <% end %> <% if show_action? || edit_action? %> <%= link_to(fa_icon("times", text: Archangel.t(:destroy)), backend_template_path(@template), class: "btn btn-link", method: :delete, data: { confirm: Archangel.t(:are_you_sure) }) %> <% end %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems