mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 10:27:31 +00:00
e49dd310e8
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
13 lines
448 B
Plaintext
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>
|