mediawiki-skins-MinervaNeue/includes/skins/history.mustache
Jan Drewniak 35e489de25 Fix truncated text showing through icons & last-modified bar
To accommodate for cached HTML a new class last-modified-bar__text
replaces last-modifier-tagline to help us distinguish between old
out dated HTML and the new HTML.

Bug: T232792
Bug: T232800
Change-Id: I53fa45058dbc81c91089840073e03113ff1a4b9c
2019-09-13 18:35:31 +00:00

14 lines
409 B
Plaintext

<div class="last-modified-bar view-border-box footer-element">
<div class="content">
<div class="last-modified-bar__text truncated-text {{clockIconClass}}">
<span class="{{arrowIconClass}}"></span>
<a href="{{href}}"
data-user-name="{{data-user-name}}"
data-user-gender="{{data-user-gender}}"
data-timestamp="{{data-timestamp}}">
<span>{{text}}</span>
</a>
</div>
</div>
</div>