Sha256: 6ff91355d108f79ce040238d9e2962190431f2718cfd1d07b0b6ffaaa08500fc

Contents?: true

Size: 475 Bytes

Versions: 14

Compression:

Stored size: 475 Bytes

Contents

<h1>Participants</h1>

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

<div class="list-group">
  <% @participants.each do |participant| %>
    <% if can? :show, participant %>
      <%= link_to membership_status(participant, participant.active_membership) + participant.study_id, participant, class: "list-group-item" %>
    <% end %>
  <% 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/participants/index.html.erb
think_feel_do_dashboard-1.2.0.beta1 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.21 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.20 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.19 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.18 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.17 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.16 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.15 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.14 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.13 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.12 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.11 app/views/think_feel_do_dashboard/participants/index.html.erb
think_feel_do_dashboard-1.1.10 app/views/think_feel_do_dashboard/participants/index.html.erb