mediawiki-skins-MinervaNeue/includes/Skins/history.mustache
Reedy 01f824f684 Fix namespace of SkinUserPageHelper
Allows autoloading of file

Change-Id: Ife276b5802e3cdcfd5789a7a91684317c81d5bb3
2020-05-01 02:29:54 +01:00

13 lines
446 B
Plaintext

<div class="last-modified-bar">
<div class="post-content last-modified-bar__content">
<span class="last-modified-bar__icon {{historyIconClass}}"></span>
<a class="last-modified-bar__text modified-enhancement" href="{{href}}"
data-user-name="{{data-user-name}}"
data-user-gender="{{data-user-gender}}"
data-timestamp="{{data-timestamp}}">
<span>{{text}}</span>
</a>
<span class="{{arrowIconClass}}"></span>
</div>
</div>