Skip to content

Commit

Permalink
#533 link to printable tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGe committed Jul 9, 2020
1 parent 6513b62 commit e3b1a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atramhasis/templates/conceptscheme.jinja2
Expand Up @@ -33,6 +33,7 @@
<li><a title="Download the scheme and it's top concepts in N3/Turle format." href="{{request.route_path('atramhasis.rdf_conceptscheme_export_turtle_ext', scheme_id=conceptscheme.scheme_id)}}">N3/Turtle</a></li>
<li><a title="Download the scheme and all it's concepts and collections in RDF/XML format." href="{{request.route_path('atramhasis.rdf_full_export_ext', scheme_id=conceptscheme.scheme_id)}}">Full RDF/XML</a></li>
<li><a title="Download the scheme and all it's concepts and collections in N3/Turtle format." href="{{request.route_path('atramhasis.rdf_full_export_turtle_ext', scheme_id=conceptscheme.scheme_id)}}">Full N3/Turtle</a></li>
<li><a title="Open a printable scheme tree and all it's concepts." href="{{request.route_path('scheme_tree_html', scheme_id=conceptscheme.scheme_id)}}">Printable Tree</a></li>
</ul>
</div>

Expand Down

0 comments on commit e3b1a53

Please sign in to comment.