Add link offset for files with underscores
This commit is contained in:
parent
0054cf8168
commit
bcd45d9006
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
{{range .Files}}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="/edit?filename={{.Filename}}">{{.Filename}}</a>
|
||||
<a class="link-offset-2" href="/edit?filename={{.Filename}}">{{.Filename}}</a>
|
||||
</td>
|
||||
<td>
|
||||
<span class="creation-time" data-unix="{{.CreationTime}}"></span>
|
||||
|
|
Loading…
Reference in a new issue