|
|
@ -29,7 +29,7 @@ |
|
|
|
visually_hidden_text: attr[:name].to_s.humanize.downcase, |
|
|
|
visually_hidden_text: attr[:name].to_s.humanize.downcase, |
|
|
|
href: edit_organisation_path(@organisation), |
|
|
|
href: edit_organisation_path(@organisation), |
|
|
|
html_attributes: { "data-qa": "change-#{attr[:name].downcase}" }, |
|
|
|
html_attributes: { "data-qa": "change-#{attr[:name].downcase}" }, |
|
|
|
) %> |
|
|
|
) %> |
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<% row.with_action %> |
|
|
|
<% row.with_action %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|