@ -3,11 +3,11 @@ class OrganisationsController < ApplicationController
before_action :find_organisation
def details
render "details"
render "_details"
end
def users
render "users"
render "_users"
private
@ -13,3 +13,5 @@
{ name: t('Details'), url: details_organisation_path(@organisation) },
{ name: t('Users'), url: users_organisation_path(@organisation) },
]) %>
<%= render "details" %>