Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
4fb973d6
Commit
4fb973d6
authored
May 30, 2020
by
felix.herrmann
Browse files
fix(UIUX): remove affiliation from sidebar to save space
parent
ab62d694
Changes
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/nav-sidebar.html
View file @
4fb973d6
...
...
@@ -8,7 +8,7 @@
{% include 'ddusers/_user_sidebar_image.html' with user=request.user editmode=editmode %}
<p>
<span
id=
"name"
>
{{ request.user.get_academic_name }}
</span><br>
<span
id=
"affiliation"
>
{% include 'ddusers/_user_main_affiliation.html' with object=request.user %}
</span>
{#
<span
id=
"affiliation"
>
{% include 'ddusers/_user_main_affiliation.html' with object=request.user %}
</span>
#}
</p>
</div>
<div
class=
"status row cols text-center"
ic-get-from=
"{% url 'ddusers:follow_status' %}"
ic-deps=
"*"
>
...
...
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