aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/organisations/show.html.erb
blob: 3de432bb90965b40fa2712307418aba9fc1426f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<p style="color: green"><%= notice %></p>

<%= render @organisation %>

<div>
  <%= link_to "Edit this organisation", edit_organisation_path(@organisation) %> |
  <%= link_to "Back to organisations", organisations_path %>

  <%= button_to "Destroy this organisation", @organisation, method: :delete %>
</div>