|
|
@ -15,11 +15,7 @@ |
|
|
|
{ name: t('Users'), url: users_organisation_path(@organisation) }, |
|
|
|
{ name: t('Users'), url: users_organisation_path(@organisation) }, |
|
|
|
]) %> |
|
|
|
]) %> |
|
|
|
|
|
|
|
|
|
|
|
<div class="govuk-grid-row"> |
|
|
|
|
|
|
|
<div class="govuk-grid-column-two-thirds-from-desktop"> |
|
|
|
|
|
|
|
<%= content_for?(:organisations_content) ? yield(:organisations_content) : yield %> |
|
|
|
<%= content_for?(:organisations_content) ? yield(:organisations_content) : yield %> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<%= render template: "layouts/application" %> |
|
|
|
<%= render template: "layouts/application" %> |
|
|
|