comparison doc/sphinx_bootstrap_theme/bootstrap/sourcelink.html @ 10:a50cf11e5178

Rewrite LGDataverse completely upgrading to dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 17:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
9:5926d6419569 10:a50cf11e5178
1 {%- if show_source and has_source and sourcename %}
2 <div id="sourcelink">
3 <a href="{{ pathto('_sources/' + sourcename, true)|e }}"
4 rel="nofollow">{{ _('Source') }}</a>
5 </div>
6 {%- endif %}