blob: 243d8107779361064cebb2efa13a148d418a2c8d [file] [log] [blame]
Zachary Warea3090a42016-09-09 13:11:27 -07001{%- if show_source and has_source and sourcename %}
2 <div role="note" aria-label="source link">
3 <h3>{{ _('This Page') }}</h3>
4 <ul class="this-page-menu">
5 <li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li>
6 <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
7 rel="nofollow">{{ _('Show Source') }}</a></li>
8 </ul>
9 </div>
10{%- endif %}