fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rearrange source to src dir.
[redakcja.git]
/
src
/
catalogue
/
templates
/
catalogue
/
main_tabs.html
1
{% for tab in tabs %}
2
<a {% ifequal active_tab tab.slug %}class="active" {% endifequal %}href="{{ tab.url }}">{{ tab.caption }}</a>
3
{% endfor %}