Sha256: bee3c5efaf07ff48e5bf7e5abe051766fe39b242ba0482aa95c40978645ed390

Contents?: true

Size: 356 Bytes

Versions: 14

Compression:

Stored size: 356 Bytes

Contents

<h1>Users</h1>

<div class="btn-toolbar" role="toolbar">
  <% if can? :new, User %>
    <%= link_to "New", new_user_path, class: "btn btn-primary" %>
  <% end %>
</div>

<div class="list-group">
  <% @users.each do |user| %>
    <%= link_to admin_status(user.is_admin) + user.email, user_path(user), class: "list-group-item clearfix" %>
  <% end %>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.2.0.beta1 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.21 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.20 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.19 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.18 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.17 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.16 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.15 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.14 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.13 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.12 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.11 app/views/think_feel_do_dashboard/users/index.html.erb
think_feel_do_dashboard-1.1.10 app/views/think_feel_do_dashboard/users/index.html.erb