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 569089c commit ce58dc4Copy full SHA for ce58dc4
server/controllers/web_templates/templates/index.html.tmpl
@@ -78,9 +78,9 @@
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>
83
- </a>
+ <a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath }}">
+ <span class="lock-age" title="{{ .TimeFormatted }}">{{ .LockAge }}</span>
+ </a>
84
85
<span><code>Locked</code></span>
86
0 commit comments