mediawiki-skins-MinervaNeue/includes/Skins/history.mustache
Gagah Pangeran Rosfatiputra e49dd310e8 Make whole area of last edited section to be tappable
Now whole area of last edited section (from edge to edge) is tappable
and linked to history page.

Bug: T163853
Depends-Onː I3d1f272a27c5c9b0b0928b5c0eaeb3f6e270532b
Change-Id: I3c35bbaafea3376cd2f9dccfd13bfe4845fd6823
2021-12-20 16:31:42 +00:00

13 lines
448 B
Plaintext

<a class="last-modified-bar" href="{{href}}">
<div class="post-content last-modified-bar__content">
<span class="last-modified-bar__icon {{historyIconClass}}"></span>
<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>
<span class="{{arrowIconClass}}"></span>
</div>
</a>