Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Furkan Gursoy
Netzschleuder
Commits
bab717e0
Commit
bab717e0
authored
Sep 14, 2020
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network.html: add sorting tip only when table is larger than one element
parent
0ab6b598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
templates/network.html
templates/network.html
+5
-1
No files found.
templates/network.html
View file @
bab717e0
...
...
@@ -72,7 +72,11 @@ active
(
<a
href=
"/net/{{entry.name}}?full=True"
>
full
</a>
)
</div>
{% endif %}
<span
style=
"font-size:x-small"
>
Tip: click on the table header to sort the list. Hover your mouse over it to obtain a legend.
</span>
{% if entry.files|length > 1 %}
<span
style=
"font-size:x-small"
>
Tip: click on the table header to sort the list. Hover your mouse over it to obtain a legend.
</span>
{% else %}
<span
style=
"font-size:x-small"
>
Tip: hover your mouse over a table header to obtain a legend.
</span>
{% endif %}
<table
class=
"ink-table hover sortable"
style=
"table-layout: auto"
>
<thead>
<tr>
...
...
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