Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Łukasz Nowak
caddy
Commits
bd14171b
Commit
bd14171b
authored
9 years ago
by
pyed
Committed by
Abdulelah Alfuntukh
9 years ago
Browse files
Options
Download
Email Patches
Plain Diff
allow consecutive spaces for browse
parent
e6ba930e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
config/setup/browse.go
config/setup/browse.go
+5
-1
No files found.
config/setup/browse.go
View file @
bd14171b
...
...
@@ -193,6 +193,10 @@ th a {
margin-top: 70px;
}
}
.name {
white-space: pre;
}
</style>
</head>
<body>
...
...
@@ -240,7 +244,7 @@ th a {
<tr>
<td>
{{if .IsDir}}📂{{else}}📄{{end}}
<a href="{{.URL}}">{{.Name}}</a>
<a href="{{.URL}}"
class="name"
>{{.Name}}</a>
</td>
<td>{{.HumanSize}}</td>
<td class="hideable">{{.HumanModTime "01/02/2006 3:04:05 PM -0700"}}</td>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment