File: edit-this-page.html

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (12 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
{% if sourcename is defined and theme_use_edit_page_button and
page_source_suffix %} {% set src = sourcename.split('.') %}
<div class="tocsection editthispage">
  <a href="{{ fix_edit_link_button(get_edit_provider_and_url()[1]) }}">
    <i class="fa-solid fa-pencil"></i>
    {% set provider = get_edit_provider_and_url()[0] %} {% block
    edit_this_page_text %} {% if provider %} {% trans provider=provider %}Edit
    on {{ provider }}{% endtrans %} {% else %} {% trans %}Edit{% endtrans %} {%
    endif %} {% endblock %}
  </a>
</div>
{% endif %}