canvas-lms/app/views/terms
Charley Kline d2e1abaafe Disambiguate form id values on term index page
Fixes FOO-1765

The same value for input labels and ids was being repeated used
on /accounts/:id/terms which can cause assistive technologies to
make mistakes when reading out page content or helping a user
navigate. These ids all need to be unique.

Test plan:
* /accounts/:id/terms page still functions
* Per the ticket, use an a11y checker like axe DevTools on the page
* It should no longer complain about any duplicate ids
* (It still complains about a bunch of visual contrast issues which
  were not in scope here)

Change-Id: I4dd41b0627afc72a7a78367745bdf04d9741f6da
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/264573
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Charley Kline <ckline@instructure.com>
2021-05-11 00:47:33 +00:00
..
_term.html.erb Disambiguate form id values on term index page 2021-05-11 00:47:33 +00:00
_timespan.html.erb Disambiguate form id values on term index page 2021-05-11 00:47:33 +00:00
index.html.erb rename some things 2021-04-06 01:12:49 +00:00