We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce58dc4 commit 88dded8Copy full SHA for 88dded8
server/controllers/web_templates/templates/index.html.tmpl
@@ -78,8 +78,8 @@
78
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
79
<span class="lock-username">{{.LockedBy}}</span>
80
</a>
81
- <a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath }}">
82
- <span class="lock-age" title="{{ .TimeFormatted }}">{{ .LockAge }}</span>
+ <a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
+ <span class="lock-age" title="{{.TimeFormatted }}">{{ .LockAge }}</span>
83
84
85
<span><code>Locked</code></span>
0 commit comments