Browse Source

lint fixes

pull/761/head
Dushan Despotovic 3 years ago
parent
commit
555af831f3
  1. 2
      app/views/schemes/details.html.erb

2
app/views/schemes/details.html.erb

@ -69,7 +69,7 @@
mantype_selection, mantype_selection,
:id, :id,
lambda { |option| lambda { |option|
if option.id == "The same organisation that owns the housing stock" && !current_user.support? if option.id == "The same organisation that owns the housing stock" && !current_user.support?
"Your organisation" "Your organisation"
else else
option.name option.name

Loading…
Cancel
Save