Sha256: b20100e5e53c2af7cc4233f557a7ac4e8194e7bbadfba83c7d3e09193efed105

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

<tr id="user_<%= user.id %>">
  <td><%= user.email %></td>
  <td><%= user.storytime_name %></td>
  <td><%= user.storytime_role.name.humanize if user.storytime_role %></td>
  <td class='right'>
    <div class="btn-group">
      <%= link_to t('dashboard.users.edit_user_button'), edit_polymorphic_url([:dashboard, user]), class: "btn btn-xs btn-default" %>
      <%= delete_resource_link user, polymorphic_url([:dashboard, user]) unless user == current_user %>
    </div>
  </td>
</tr>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
storytime-1.0.5 app/views/storytime/dashboard/users/_user.html.erb
storytime-1.0.2 app/views/storytime/dashboard/users/_user.html.erb
storytime-1.0.1 app/views/storytime/dashboard/users/_user.html.erb
storytime-1.0.0 app/views/storytime/dashboard/users/_user.html.erb