mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
11e09ea7b3
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
13 lines
424 B
Plaintext
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>
|