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
b670fa7e
Commit
b670fa7e
authored
May 30, 2020
by
felix.herrmann
Browse files
fix(UIUX): minor changes on landingpage
parent
4fb973d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/landingpage/nav_top_landing_page.html
View file @
b670fa7e
...
...
@@ -23,7 +23,7 @@
</li>
</ul>
<input
id=
"search-field"
class=
"w-25 form-control mx-auto"
type=
"text"
placeholder=
"{% trans "
Search
"
%}"
name=
"q"
ic-get-from=
"{% url 'ddusers:search' %}"
ic-target=
"#content"
aria-label=
"Search"
>
<input
id=
"search-field"
class=
"w-25 form-control mx-auto"
type=
"text"
placeholder=
"{% trans "
Search
for
datasets
and
scholars
"
%}"
name=
"q"
ic-get-from=
"{% url 'ddusers:search' %}"
ic-target=
"#content"
aria-label=
"Search"
>
<ul
class=
"navbar-nav ml-auto"
>
{% comment %}
...
...
@@ -33,7 +33,7 @@
{% endcomment %}
{% if request.user.is_authenticated %}
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{% url 'ddusers.dashboard_page' %}"
>
{% trans "
Platform
" %}
</a>
<a
class=
"nav-link"
href=
"{% url 'ddusers.dashboard_page' %}"
>
{% trans "
Dashboard
" %}
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{% url 'shibboleth:logout' %}"
>
{% trans "Sign Out" %}
</a>
...
...
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