Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikdb
Commits
37638f65
Commit
37638f65
authored
Sep 22, 2013
by
fred
Browse files
add icon to logout button
parent
e2e7afbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikdb/static/css/style.css
View file @
37638f65
...
...
@@ -509,5 +509,6 @@ a [class^="icon-"], a [class*=" icon-"] {
.icon-eye-open
:before
{
content
:
"\f06e "
;
}
.icon-bar-chart
:before
{
content
:
"\f080 "
;
}
.icon-search
:before
{
content
:
"\f002 "
;
}
.icon-signout
:before
{
content
:
"\f08b "
;
}
.icon-circle-arrow-down
:after
{
content
:
" \f0ab"
;
}
panikdb/templates/base.html
View file @
37638f65
...
...
@@ -65,7 +65,7 @@
<span
class=
"right"
>
<a
href=
"{% url 'auth_password_change' %}"
>
Changement de mot de passe
</a>
<a
href=
"{% url 'logout' %}"
>
Déconnexion
</a>
<a
class=
"icon-signout"
href=
"{% url 'logout' %}"
>
Déconnexion
</a>
</span>
{% endblock %}
</div>
...
...
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