Browse Source

refactor: lint

pull/1787/head
natdeanlewissoftwire 3 years ago
parent
commit
6d76e361ff
  1. 2
      app/helpers/organisations_helper.rb

2
app/helpers/organisations_helper.rb

@ -31,7 +31,7 @@ module OrganisationsHelper
visually_hidden_text: organisation.name.humanize.downcase, visually_hidden_text: organisation.name.humanize.downcase,
href: edit_organisation_path(organisation), href: edit_organisation_path(organisation),
html_attributes: { "data-qa": "change-#{organisation.name.downcase}" }, html_attributes: { "data-qa": "change-#{organisation.name.downcase}" },
) )
else else
row.action row.action
end end

Loading…
Cancel
Save