In Minerva, IndexPager pages e.g. Special:Contributions and the history page show simplified rows which when clicked take you to the diff page
To support skinning the page in this way we need an adjustment to the HTML to add the time (without the date).
Acceptance criteria
- A new time element is added to the page's HTML
- In Vector no visual change should occur. The new element will be hidden by default via a skinStyle defined on the mediawiki.pager.styles module.
QA
- Visit https://en.wikipedia.beta.wmflabs.org/w/index.php?title=Main_Page&action=history
- Hover over date and time, the whole text should be underlined.
-Using developer tools inspect the DOM and confirm there is a hidden time element
Pass: