Skip to content

Commit

Permalink
Fix scoping yet again (#1904)
Browse files Browse the repository at this point in the history
Post #1902

Auto-merge
  • Loading branch information
Martii authored Dec 24, 2021
1 parent d9cc208 commit 680ba04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/includes/userStatsPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<dt><span class="">Member since</span></dt>
<dd><span class=""><time datetime="{{user.createdISOFormat}}" title="{{user.created}}">{{user.createdHumanized}}</time></span></dd>
{{#user.isUpdated}}
<dt><span class="{{#authedUser.isMod}}{{#isUpdatedWarning}}text-warning{{/isUpdatedWarning}}{{/authedUser.isMod}}">Revised since</span></dt>
<dd><span class="{{#authedUser.isMod}}{{#isUpdatedWarning}}text-warning{{/isUpdatedWarning}}{{/authedUser.isMod}}"><time datetime="{{user.updatedISOFormat}}" title="{{user.updated}}">{{user.updatedHumanized}}</time></span> </dd>
<dt><span class="{{#authedUser.isMod}}{{#user.isUpdatedWarning}}text-warning{{/user.isUpdatedWarning}}{{/authedUser.isMod}}">Revised since</span></dt>
<dd><span class="{{#authedUser.isMod}}{{#user.isUpdatedWarning}}text-warning{{/user.isUpdatedWarning}}{{/authedUser.isMod}}"><time datetime="{{user.updatedISOFormat}}" title="{{user.updated}}">{{user.updatedHumanized}}</time></span> </dd>
{{/user.isUpdated}}
<dt>Number of userscripts</dt>
<dd>{{stats.totalScripts}}</dd>
Expand Down

0 comments on commit 680ba04

Please sign in to comment.