blob: 3de432bb90965b40fa2712307418aba9fc1426f4 (
plain) (
tree)
|
|
<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>
|