Zachary Ware | a3090a4 | 2016-09-09 13:11:27 -0700 | [diff] [blame^] | 1 | {%- 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 %} |