Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
930627f4
Commit
930627f4
authored
Apr 09, 2016
by
David Haynes
🙆
Browse files
admin dropdown menu now left-justified
- before it overlapped with the logout button, now evenly spaced over
parent
df08422b
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/layouts/navigation.html
View file @
930627f4
...
...
@@ -27,7 +27,7 @@
{% if user.is_staff and user|is_approved %}
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Administration
<i
class=
"fa fa-caret-down fa-fw"
></i></a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu
dropdown-menu-left
"
>
<li><a
href=
"{% url 'useradmin' %}"
>
User Moderation
<i
class=
"fa fa-users fa-fw"
></i></a></li>
<li><a
href=
"{% url 'signup' %}"
>
Signup New Users
<i
class=
"fa fa-user-plus fa-fw"
></i></a></li>
</ul>
...
...
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