Commit ed8a48e7 authored by Matt Holt's avatar Matt Holt

Merge pull request #739 from tboerger/feature/browse-go-up

Added "go up" link to browse template
parents 0a7ca64f c86c26a0
......@@ -210,7 +210,8 @@ td:first-child svg {
position: absolute;
}
td .name {
td .name,
td .goup {
margin-left: 1.75em;
word-break: break-all;
overflow-wrap: break-word;
......@@ -342,6 +343,17 @@ footer {
{{end}}
</th>
</tr>
{{if .CanGoUp}}
<tr>
<td>
<a href="..">
<span class="goup">Go up</span>
</a>
</td>
<td>&mdash;</td>
<td>&mdash;</td>
</tr>
{{end}}
{{range .Items}}
<tr>
<td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment