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
roomlist
Commits
57248e86
Commit
57248e86
authored
Oct 19, 2016
by
Daniel W Bond
Browse files
no, *you* have unmerged paths
parents
bdfd4b54
9bb279de
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/layouts/navbar.html
View file @
57248e86
...
...
@@ -27,8 +27,11 @@
<a
href=
"/search"
>
Search
</a>
</li>
<!-- Puts profile picture in navbar next to username-->
<li><a
href=
"{{ user.student.get_absolute_url }}"
><img
src=
"{{ request.user.student.profile_image_url }}"
height=
"30"
width=
"30"
alt=
"{{ student.profile_image_url }}"
class=
"img-circle"
>
{{ user.username }}
</a>
<li>
<a
href=
"{{ user.student.get_absolute_url }}"
>
<img
src=
"{{ request.user.student.profile_image_url }}"
height=
"35"
width=
"35"
alt=
"{{ student.profile_image_url }}"
class=
"img-circle img-responsive hidden-xs navbar-profile"
>
{{ user.username }}
</a>
</li>
<li
class=
"visible-lg visible-md visible-sm"
>
<a
href=
"{% url 'update_student' request.user.username %}"
><i
class=
"fa fa-cog fa-fw fa-lg"
></i></a>
...
...
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