Commit daa56df
committed
Allow custom skip link(s)
Why these changes are being introduced:
TIMDEX UI requires multiple skip links, and other applications
may benefit from being able to change the href or text of the
skip link.
Relevant ticket(s):
* [GDT-161](https://mitlibraries.atlassian.net/browse/GDT-161)
How this addresses that need:
This moves the skip link to a partial, `layouts/_skip_links.html.erb`,
so applications using this gem can customize it if needed.
Side effects of this change:
Any CSS changes (e.g., if we need to add a class selector for multiple
skip links).1 parent ca56f70 commit daa56df
3 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments