Sha256: 2edf6550719a3b420ea1aec0608075459b77b03ca75a8d6cff9b140e33aba909

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

<h1><%= t("user_account") %></h1>

<table>
  <tr data-hook="email">
    <th><%= t("email") %></th>
    <td>
      <%= @user.email %>
    </td>
  </tr>
  <tr data-hook="roles">
    <th><%= t("roles") %></th>
    <td>
      <%= list_roles(@user) %>
    </td>
  </tr>
</table>

<p>
  <%= link_to_edit @user, :class => 'edit_user' %> <%= t('or') %>
  <%= link_to t('back'), collection_url %>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_core-0.70.0.rc2 app/views/admin/users/show.html.erb
spree_core-0.70.RC1 app/views/admin/users/show.html.erb