Sha256: 04ecae1a40ac43b172561d2b30c64cf3911861d4efc5f1f3eaf16d6967d36a1c

Contents?: true

Size: 1.36 KB

Versions: 14

Compression:

Stored size: 1.36 KB

Contents

<h1>Home</h1>

<div class="list-group">
  <% if can? :index, Arm %>
    <a href="<%= arms_path %>" class="list-group-item">
      <h4 class="list-group-item-heading">Arms</h4>
      <p class="list-group-item-text">Navigate to groups and participants through arms.</p>
    </a>
  <% end %>
  <% if can? :index, Group %>
    <a href="<%= groups_path %>" class="list-group-item">
      <h4 class="list-group-item-heading">Groups</h4>
      <p class="list-group-item-text">Create, update, delete, and associate groups with arms along with set moderators.</p>
    </a>
  <% end %>
  <% if can? :index, Participant %>
    <a href="<%= participants_path %>" class="list-group-item">
      <h4 class="list-group-item-heading">Participants</h4>
      <p class="list-group-item-text">Create, update, and delete participants along with assigning them to groups.</p>
    </a>
  <% end %>
  <% if can? :index, User %>
    <a href="<%= users_path %>" class="list-group-item">
      <h4 class="list-group-item-heading">Users</h4>
      <p class="list-group-item-text">Create and view super users, clinicians, researchers, and content authors.</p>
    </a>
  <% end %>
  <% if can? :read, "Reports" %>
    <a href="<%= reports_path %>" class="list-group-item">
      <h4 class="list-group-item-heading">CSV Reports</h4>
      <p class="list-group-item-text">Download data via csv.</p>
    </a>
  <% 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/admin/index.html.erb
think_feel_do_dashboard-1.2.0.beta1 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.21 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.20 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.19 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.18 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.17 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.16 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.15 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.14 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.13 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.12 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.11 app/views/think_feel_do_dashboard/admin/index.html.erb
think_feel_do_dashboard-1.1.10 app/views/think_feel_do_dashboard/admin/index.html.erb