aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/organisations/index.html.erb
blob: 45d5b16cedbdf5313d268ac542ac82474e7a9ac1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                           
<p style="color: green"><%= notice %></p>

<h1>Organisations</h1>

<div id="organisations">
  <% @organisations.each do |organisation| %>
    <%= render organisation %>
    <p>
      <%= link_to "Show this organisation", organisation %>
    </p>
  <% end %>
</div>

<%= link_to "New organisation", new_organisation_path %>