Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
contributors.debian.org
Commits
4a68a767
Commit
4a68a767
authored
Sep 10, 2020
by
Subhadip Ghosh
Browse files
Current contributor menu is not shown when it is the current user. Fixes
#22
parent
3b069f4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
contributor/templates/contributor/contributor.html
View file @
4a68a767
...
...
@@ -27,7 +27,7 @@ tr.hidden {
{% block nav_left_items %}
{{block.super}}
{% if contributor %}
{% if contributor
and contributor != request.user
%}
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
href=
"#"
id=
"navbarDropdown"
role=
"button"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<span
class=
"fa fa-user-circle"
></span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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