|
|
|
@ -9,6 +9,8 @@
|
|
|
|
|
Your Organisation |
|
|
|
|
</h1> |
|
|
|
|
|
|
|
|
|
<%= govuk_tabs(title: "Your Organisation") do |component| %> |
|
|
|
|
<%= component.tab(label: "Details") do |tab| %> |
|
|
|
|
<%= govuk_summary_list do |summary_list| %> |
|
|
|
|
<% @organisation.display_attributes.each do |attr, val| %> |
|
|
|
|
<%= summary_list.row do |row| |
|
|
|
@ -17,3 +19,8 @@
|
|
|
|
|
end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
<%= component.tab(label: "Users") do |tab| %> |
|
|
|
|
|
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|