docbrown/app/views/admin/navigation_links
Daniel Uber 277adbed8e
Escape the backslash in the string (#15232)
This ensures it's rendered in the pattern regex field in the browser.

Without "\\w" -> "\w" we get "\w" ->"w" and only urls starting with
www are accepted by the matcher.
2021-11-01 08:59:20 -05:00
..
_add_navigation_link_modal.html.erb Navigation Links Validation (#15139) 2021-10-21 12:43:05 +02:00
_edit_navigation_link_modal.html.erb improve keyboard accessibility of modals 12427 10610 (#12511) 2021-02-24 16:01:10 +00:00
_form.html.erb Escape the backslash in the string (#15232) 2021-11-01 08:59:20 -05:00
index.html.erb Fix spacing of Nav Links in Admin (#14407) 2021-08-04 11:24:42 -04:00