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
chris
repanier
Commits
15bf8422
Commit
15bf8422
authored
Apr 28, 2017
by
Patrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display a glyphicon-user before the user name on the navbar
parent
22cfc406
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repanier/templatetags/repanier_tags.py
repanier/templatetags/repanier_tags.py
+1
-1
No files found.
repanier/templatetags/repanier_tags.py
View file @
15bf8422
...
...
@@ -31,7 +31,7 @@ def repanier_user(context, *args, **kwargs):
p_delivery_id
=
sint
(
kwargs
.
get
(
'delivery_id'
,
-
1
))
nodes
=
[
"""
<li id="li_my_name" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">%s %s<b class="caret"></b></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span>
%s %s<b class="caret"></b></a>
<ul class="dropdown-menu">
"""
%
(
_
(
'Welkom'
),
...
...
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