Skip to content

Commit ce58dc4

Browse files
author
iehrenwa
committed
spacing correction
1 parent 569089c commit ce58dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
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>
83-
</a>
81+
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath }}">
82+
<span class="lock-age" title="{{ .TimeFormatted }}">{{ .LockAge }}</span>
83+
</a>
8484
<a class="lock-link" tabindex="-1" href="{{ $basePath }}{{.LockPath}}">
8585
<span><code>Locked</code></span>
8686
</a>

0 commit comments

Comments
 (0)