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 :title, "Your organisation (Details)" %>
|
|
|
|
|
|
|
|
<% content_for :tab_title do %>
|
|
|
|
<%= "Details" %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class="govuk-grid-row">
|
|
|
|
<div class="govuk-grid-column-two-thirds-from-desktop">
|
|
|
|
<%= govuk_summary_list do |summary_list| %>
|
|
|
|
<% @organisation.display_attributes.each do |attr, val| %>
|
|
|
|
<%= summary_list.row do |row|
|
|
|
|
row.key { attr.to_s.humanize }
|
|
|
|
row.value { simple_format(val.to_s, {}, wrapper_tag: "div") }
|
|
|
|
end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|