7 changed files with 5 additions and 42 deletions
@ -1,2 +0,0 @@ |
|||||||
module HousingProvidersHelper |
|
||||||
end |
|
@ -1,8 +0,0 @@ |
|||||||
<% 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.name %> |
|
||||||
<% end %> |
|
@ -1,4 +0,0 @@ |
|||||||
class RenameOrganisationsAgentsColumn < ActiveRecord::Migration[7.0] |
|
||||||
def change |
|
||||||
end |
|
||||||
end |
|
Loading…
Reference in new issue