Skip to content

Commit 88dded8

Browse files
author
iehrenwa
committed
spacing correction
1 parent ce58dc4 commit 88dded8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/controllers/web_templates/templates/index.html.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
7979
<span class="lock-username">{{.LockedBy}}</span>
8080
</a>
81-
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath }}">
82-
<span class="lock-age" title="{{ .TimeFormatted }}">{{ .LockAge }}</span>
81+
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
82+
<span class="lock-age" title="{{.TimeFormatted }}">{{ .LockAge }}</span>
8383
</a>
8484
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
8585
<span><code>Locked</code></span>

0 commit comments

Comments
 (0)