Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
84
Issues
84
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Video AG Infrastruktur
website
Commits
3cabc9d6
Commit
3cabc9d6
authored
Jan 29, 2018
by
Andreas Valder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made grouped navbar items change the cursor to a pointer
parent
964f6e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/base.html
templates/base.html
+1
-1
No files found.
templates/base.html
View file @
3cabc9d6
...
...
@@ -83,7 +83,7 @@
{% for grouper, list in navbar|rejectattr("group", "none")|groupby("group") %}
<li
{%
if
request.endpoint
in
list
|
map(attribute=
'endpoint'
)
%}
class=
"active dropdown"
{%
endif
%}
>
<a
data-toggle=
"dropdown"
data-boundary=
"viewport"
class=
"dropdown-toggle"
style=
"padding: 10px 6px;"
>
{{ grouper }}
<span
class=
"caret"
></span></a>
<a
data-toggle=
"dropdown"
data-boundary=
"viewport"
class=
"dropdown-toggle"
style=
"padding: 10px 6px;
cursor: pointer;
"
>
{{ grouper }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
{% for n in list %}
{{ navbaricon(n) }}
...
...
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