Jack S
2 years ago
4 changed files with 28 additions and 20 deletions
@ -1,3 +1,8 @@
|
||||
<% title = format_title(nil, current_user.support? ? "About this organisation" : "Your managing agents", current_user, nil, nil, @organisation.name) %> |
||||
<% content_for :title, title %> |
||||
|
||||
<%= render partial: "organisations/headings", locals: { main: "Your managing agents", sub: nil } %> |
||||
|
||||
<% @managing_agents.each do |managing_agent|%> |
||||
<%= managing_agent.inspect %> |
||||
<%= managing_agent.name %> |
||||
<% end %> |
||||
|
Loading…
Reference in new issue