Skip to content

Fix help page helper base path

Mark Florian requested to merge fix-help-page-path-helper into master

What does this MR do and why?

Fix help page helper base path

In a future commit, spec/features/admin/admin_settings_spec.rb will be changed to run against the new navigation. That spec checks the help link's href against help_path, which shouldn't have a trailing slash.

In practice, this only changes the Help > Help link in the new navigation to point to /help instead of /help/.

Screenshots or screen recordings

n/a

How to set up and validate locally

  1. Verify the Help > Help link in the new navigation still works.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mark Florian

Merge request reports