Background
While building the user links feature Vector introduced UserLinks__more.mustache, which was used to render the menu contents for the user links outside of the user links dropdown. This approach requires custom template data to be defined and rendered in SkinVector.
We can simplify SkinVector by rearranging the template data from core in Hooks.php, similar to what we already do for the watchlist link.
AC
- No visual changes
- User links have the correct attributes and labels
- Tests are added/updated