Skip to content

Commit

Permalink
Merge pull request #342 from OnroerendErfgoed/339_list_conceptschemes
Browse files Browse the repository at this point in the history
339 list conceptschemes
  • Loading branch information
Maarten Taeymans committed Sep 7, 2016
2 parents 6f954f1 + 239cd6f commit b82e012
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions atramhasis/templates/subfooter-page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="large-4 columns">
<div class="subfooter-page">
<h5>{% trans %}popular_category{% endtrans %}</h5>
{{ popular_concepts(request, request.matchdict['scheme_id'], 4) }}
{{ popular_concepts(request, request.matchdict['scheme_id'], 4) }}
</div>
</div>
<div class="large-4 columns">
Expand All @@ -19,11 +19,11 @@
</div>
<div class="large-4 columns">
<div class="subfooter-page">
<h5>{% trans %}follow{% endtrans %}</h5>
<h5>{% trans %}select_scheme{% endtrans %}</h5>
<ul class="no_bullet">
<li class="cube"><a href="https://groups.google.com/d/forum/atramhasis">{% trans %}discussion_forum{% endtrans %}</a></li>
<li class="cube"><a href="https://atramhasis.readthedocs.org">{% trans %}online_documentation{% endtrans %}</a></li>
<li class="cube"><a href="https://github.com/OnroerendErfgoed/atramhasis">{% trans %}issue_tracker{% endtrans %}</a></li>
{% for c in conceptschemes %}
<li class="cube"><a href="{{ c.uri }}">{{ c.conceptscheme.label(request.locale_name).label }}</a></li>
{% endfor %}
</ul>
</div>
</div>
Expand Down

0 comments on commit b82e012

Please sign in to comment.