<% 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 %>