mediawiki-skins-MinervaNeue/includes/Skins/history.mustache

13 lines
424 B
Plaintext
Raw Normal View History

<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>