Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<% content_for :content do %>
|
|
|
|
<h1 class="govuk-heading-l">
|
|
|
|
<% if current_user.support? && request.path != "/organisations" %>
|
|
|
|
<span class="govuk-caption-l"><%= @organisation.name %></span>
|
|
|
|
<% end %>
|
|
|
|
<%= content_for(:title) %>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<% items = tab_items(current_user) %>
|
|
|
|
|
|
|
|
<h2 class="govuk-visually-hidden"><%= content_for(:tab_title) %></h2>
|
|
|
|
|
|
|
|
<%= content_for?(:organisations_content) ? yield(:organisations_content) : yield %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%= render template: "layouts/application" %>
|