Skip to content

Added dom element ids to the main headers on the project edit page.

Michael Deering requested to merge (removed):project_dom_ids into master

What does this MR do?

Adds dom ids the main header elements of the project edit page to enable direct linking to sections within the page.

Are there points in the code the reviewer needs to double check?

One of my first commits to the project so not sure if there is any JavaScript or CSS that might clash with adding id attributes to dom elements but if it does that would be poor Javascript/CSS semantics if it did.

Why was this MR needed?

This is purely for convenience in linking within my own internal documentation but could be built upon to greatly improve the Gitlab documentation and support articles and posts. I consider it a best practice that should be incorporated elsewhere in the application also.

Screenshots (if relevant)

Not relevant

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports