diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb index 56daec458..42c2482f7 100644 --- a/app/views/organisations/show.html.erb +++ b/app/views/organisations/show.html.erb @@ -29,7 +29,7 @@ visually_hidden_text: attr[:name].to_s.humanize.downcase, href: edit_organisation_path(@organisation), html_attributes: { "data-qa": "change-#{attr[:name].downcase}" }, - ) %> + ) %> <% else %> <% row.with_action %> <% end %>