Sha256: 514a623d276aae558b2980a8b4fb93411162501c0ce561c32684577702445884
Contents?: true
Size: 848 Bytes
Versions: 8
Compression:
Stored size: 848 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_users_path, class: "btn btn-link") %> <% end %> <% if collection_action? || show_action? || edit_action? %> <%= link_to(fa_icon("plus", text: Archangel.t(:new)), new_backend_user_path, class: "btn btn-link") %> <% end %> <% if show_action? %> <%= link_to(fa_icon("check", text: Archangel.t(:edit)), edit_backend_user_path(@user), class: "btn btn-link") %> <% end %> <% if show_action? || edit_action? %> <%= link_to(fa_icon("times", text: Archangel.t(:destroy)), backend_user_path(@user), 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