Sha256: 4b377a30c7337d8a75747b9ed4c7cc30ebc7fe5754d2a179d474307686982462

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

<h2>Institution</h2>
<ul>
  <% @institutions.each do |institution| %>
    <li><%=link_to institution.name, institution_management.institution_path(institution) %></li>
  <% end %>
</ul>

<% if can? :create, Institution %>
  <%= button_to "Create a new institution", institution_management.new_institution_path, method: :get, class: 'btn btn-primary' %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bpl-institution-management-0.0.2 app/views/institutions/index.html.erb