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
fc919302
Commit
fc919302
authored
Jul 23, 2020
by
hynek
🤤
Browse files
chore(templates): change label of 'docs' menu item and 'following' headline
parent
ce282743
Changes
2
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/ddusers/list_follow.html
View file @
fc919302
...
...
@@ -8,7 +8,7 @@
{% block content %}
<div
id=
"ds-content"
>
<h1>
{% trans '
Objects you are f
ollowing' %}
</h1>
<h1>
{% trans '
Followed
&
F
ollowing' %}
</h1>
<div
class=
"row"
>
<div
class=
"col-xs-7"
>
<ul
class=
"nav nav-pills navbar-right nav-datasets"
ic-target=
"#ds-content"
ic-push-url=
"true"
>
...
...
discuss_data/templates/nav-sidebar.html
View file @
fc919302
...
...
@@ -37,7 +37,7 @@
</li>
<li
class=
"nav-item {% nav_active request.path "
/
documentation
"
%}"
>
<a
class=
"nav-link i i-ds-upload"
href=
"{% slugurl 'discuss-data-documentation' %}"
>
{% trans "
Documentation
" %}
{% trans "
Help
" %}
</a>
</li>
{% if user.is_authenticated %}
...
...
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