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
The Tor Project
Web
community
Commits
3c78baf4
Commit
3c78baf4
authored
Apr 13, 2020
by
Antonela
Browse files
Update two-columns-page.html
Close
https://gitlab.torproject.org/torproject/web/community/-/issues/123
parent
7bc76d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/two-columns-page.html
View file @
3c78baf4
...
...
@@ -4,7 +4,9 @@
<div
class=
"row"
>
{% include 'sidenav.html' %}
<div
class=
"col-sm-12 col-xs-12 col-md-8 col-lg-8 pt-3 mr-auto {{ bag('alternatives', this.alt, 'order') }}"
>
{{ this.body }}
<div
class=
"col-10"
>
{{ this.body }}
</div>
<div
class=
"row"
>
{% for child in this.children|sort(attribute='key') %}
<div
class=
"col-sm-6 col-md-6 col-sm-12 col-xl-6 py-3"
>
...
...
@@ -26,7 +28,7 @@
<ul
class=
"list-group list-group-flush"
>
<!--li class="list-group-item"><a><span class="card-text text-muted">{{ _("Contributors to this page:") }} <a href="#" title="#">cypherpunk</a></span></li-->
<li
class=
"list-group-item"
>
<a
href=
"{{ this.parent|url }}"
>
{{ _("Back to previous page: ") }}{{ this.parent.title }}
</a>
-
<a
href=
"https://github.com/torproject/community/edit/master/content{{ this.path }}/contents.lr"
>
{{ _("Edit this page") }}
</a>
<a
href=
"{{ this.parent|url }}"
>
{{ _("Back to previous page: ") }}{{ this.parent.title }}
</a>
-
<a
href=
"https://github.com/torproject/community/edit/master/content{{ this.path }}/contents.lr"
>
{{ _("Edit this page") }}
</a>
</li>
</ul>
</div>
...
...
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