mediawiki-skins-MinervaNeue/includes/Skins/history.mustache
Jan Drewniak 11e09ea7b3 [Icons] Convert history/next status bar icons to Codex
Creates a new Icon.mustache file in favour of using
MinervaUI::iconClass.

Add a new icons.less file and the following icons:
- history
- expand (next) arrow.

These icons are used exclusively in the history
status bar at the bottom of most pages.

Bug: T319260
Change-Id: If81186418fe758d7be9c3e57cf5d2aa889517f2d
2023-07-28 16:56:24 -07:00

13 lines
424 B
Plaintext

<a class="last-modified-bar" href="{{href}}">
<div class="post-content last-modified-bar__content">
{{#historyIcon}} {{>Icon}} {{/historyIcon}}
<span class="last-modified-bar__text modified-enhancement"
data-user-name="{{data-user-name}}"
data-user-gender="{{data-user-gender}}"
data-timestamp="{{data-timestamp}}">
<span>{{text}}</span>
</span>
{{#arrowIcon}} {{>Icon}} {{/arrowIcon}}
</div>
</a>