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
Public
Sphinx Themes
Collective68
Online version
Commits
e0a92182
Commit
e0a92182
authored
Jul 10, 2019
by
Boris Budini
🛡
Browse files
Import
parent
17f4fc70
Changes
2
Hide whitespace changes
Inline
Side-by-side
breadcrumbs.html
View file @
e0a92182
...
...
@@ -34,38 +34,6 @@
{% endfor %}
<li>
{{ title }}
</li>
{% endblock %}
{% block breadcrumbs_aside %}
<li
class=
"wy-breadcrumbs-aside"
>
{% if hasdoc(pagename) %}
{% if display_github %}
{% if check_meta and 'github_url' in meta %}
<!-- User defined GitHub URL -->
<a
href=
"{{ meta['github_url'] }}"
class=
"fa fa-github"
>
{{ _('Editoje në GitHub') }}
</a>
{% else %}
<a
href=
"https://{{ github_host|default("
github.com
")
}}/{{
github_user
}}/{{
github_repo
}}/{{
theme_vcs_pageview_mode
|
default
("
blob
")
}}/{{
github_version
}}{{
conf_py_path
}}{{
pagename
}}{{
suffix
}}"
class=
"fa fa-github"
>
{{ _('Edit on GitHub') }}
</a>
{% endif %}
{% elif display_bitbucket %}
{% if check_meta and 'bitbucket_url' in meta %}
<!-- User defined Bitbucket URL -->
<a
href=
"{{ meta['bitbucket_url'] }}"
class=
"fa fa-bitbucket"
>
{{ _('Editoje në Bitbucket') }}
</a>
{% else %}
<a
href=
"https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ suffix }}?mode={{ theme_vcs_pageview_mode|default("
view
")
}}"
class=
"fa fa-bitbucket"
>
{{ _('Edit on Bitbucket') }}
</a>
{% endif %}
{% elif display_gitlab %}
{% if check_meta and 'gitlab_url' in meta %}
<!-- User defined GitLab URL -->
<a
href=
"{{ meta['gitlab_url'] }}"
class=
"fa fa-gitlab"
>
{{ _('Editoje në GitLab') }}
</a>
{% else %}
<a
href=
"https://{{ gitlab_host|default("
gitlab.com
")
}}/{{
gitlab_user
}}/{{
gitlab_repo
}}/{{
theme_vcs_pageview_mode
|
default
("
blob
")
}}/{{
gitlab_version
}}{{
conf_py_path
}}{{
pagename
}}{{
suffix
}}"
class=
"fa fa-gitlab"
>
{{ _('Edit on GitLab') }}
</a>
{% endif %}
{% elif show_source and source_url_prefix %}
<a
href=
"{{ source_url_prefix }}{{ pagename }}{{ suffix }}"
>
{{ _('Shiko kodburimin') }}
</a>
{% elif show_source and has_source and sourcename %}
<a
href=
"{{ pathto('_sources/' + sourcename, true)|e }}"
rel=
"nofollow"
>
{{ _('View page source') }}
</a>
{% endif %}
{% endif %}
</li>
{% endblock %}
</ul>
{% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
...
...
layout.html
View file @
e0a92182
...
...
@@ -167,25 +167,7 @@
</div>
{% endblock %}
</div>
<div
class=
"rst-versions"
data-toggle=
"rst-versions"
role=
"note"
aria-label=
"versions"
>
<span
class=
"rst-current-version"
data-toggle=
"rst-current-version"
>
<span
class=
"fa fa-download"
>
Ruaje në kompjuterin tënd
</span>
Shkarko
<span
class=
"fa fa-caret-down"
></span>
</span>
<div
class=
"rst-other-versions"
>
<dl>
<dt>
Formate
</dt>
<dd><a
href=
"/documentation.pdf"
>
pdf
</a></dd>
<dd><a
href=
"/documentation.zip"
>
html
</a></dd>
</dl>
</div>
</div>
</nav>
<section
data-toggle=
"wy-nav-shift"
class=
"wy-nav-content-wrap"
>
...
...
Boris Budini
🛡
@borisbudini
mentioned in commit
190d2ad2
·
Jul 10, 2019
mentioned in commit
190d2ad2
mentioned in commit 190d2ad24ee9ced9f90dbfea722064e98bd14dcd
Toggle commit list
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