Browse Source

CLDC-1179: cya change link text

pull/521/head
kiddhustle 3 years ago
parent
commit
c37f81932f
  1. 2
      app/views/organisations/show.html.erb

2
app/views/organisations/show.html.erb

@ -14,7 +14,7 @@
<% row.key { attr[:name].to_s.humanize } %> <% row.key { attr[:name].to_s.humanize } %>
<% row.value { details_html(attr) } %> <% row.value { details_html(attr) } %>
<% row.action( <% row.action(
visually_hidden_text: "name", visually_hidden_text: attr[:name].to_s.humanize.downcase,
href: edit_organisation_path, href: edit_organisation_path,
html_attributes: { "data-qa": "change-#{attr[:name]}" }, html_attributes: { "data-qa": "change-#{attr[:name]}" },
) %> ) %>

Loading…
Cancel
Save