Sha256: ac0cd9c1f51e9d097dc0d123eb3085e6e932171509c4791f45ea07b19b81002c

Contents?: true

Size: 382 Bytes

Versions: 8

Compression:

Stored size: 382 Bytes

Contents

<div class="btn-group pull-right" role="group" aria-label="Button group">
  <% if edit_action? %>
    <%= link_to(fa_icon("chevron-left", text: Archangel.t(:back)), backend_profile_path, class: "btn btn-link") %>
  <% end %>

  <% if show_action? %>
    <%= link_to(fa_icon("check", text: Archangel.t(:edit)), edit_backend_profile_path, class: "btn btn-link") %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.8 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.7 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.6 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.5 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.4 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.3 app/views/archangel/backend/profiles/_buttons.html.erb
archangel-0.0.2 app/views/archangel/backend/profiles/_buttons.html.erb