Sha256: 6d793bd7c9c07482dc479168d8ebdae459bf24928ea9c0b61d47f4e5ec069dc2

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

<tr>
  <td class="text-center"><%= image_tag(user.avatar.tiny.url, class: "img-center img-circle img-responsive", alt: user.username) %></td>
  <td><%= user.name %></td>
  <td><%= user.username %></td>
  <td class="actions text-right">
    <%= link_to(fa_icon("info-circle", text: Archangel.t(:show)), backend_user_path(user), class: "btn btn-info btn-sm") %>
    <%= link_to(fa_icon("check-circle", text: Archangel.t(:edit)), edit_backend_user_path(user), class: "btn btn-warning btn-sm") %>
    <%= link_to(fa_icon("times-circle", text: Archangel.t(:destroy)), backend_user_path(user), 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/users/_user.html.erb
archangel-0.0.8 app/views/archangel/backend/users/_user.html.erb