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
4d5b5d58
Commit
4d5b5d58
authored
Feb 07, 2018
by
Andreas Valder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed "weitere" visible to not logged in user
parent
3cabc9d6
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 @
4d5b5d58
...
...
@@ -81,7 +81,7 @@
{{ navbaricon(n) }}
{% endfor %}
{% for grouper, list in navbar|rejectattr("group", "none")|groupby("group") %}
{% for grouper, list in navbar|rejectattr("group", "none")|groupby("group")
if ismod()
%}
<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; cursor: pointer;"
>
{{ grouper }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
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