summaryrefslogtreecommitdiffstats
path: root/templates/lists/list_nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lists/list_nav.html')
-rw-r--r--templates/lists/list_nav.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/lists/list_nav.html b/templates/lists/list_nav.html
new file mode 100644
index 0000000..44ece68
--- /dev/null
+++ b/templates/lists/list_nav.html
@@ -0,0 +1,20 @@
+{% if month_participants and month_discussions %}
+ <ul class="inline-block" id="top_right">
+ <li class="participant">{{month_participants}} participants</li>
+ <li class="discussion">{{month_discussions}} discussions</li>
+ <li class="saved">1 saved</li>
+ </ul>
+{% endif %}</div>
+
+{% if list_address %}
+ <p id="list_email">
+ <a href="mailto:{{list_address}}">{{list_address}}</a>
+ </p>
+ <p id="list_email" class='inline'>
+ <a href="/"> All lists </a>
+ </p>
+ <div id="searchbox">
+ <form action="/search/{{list_address}}" method="get">{{ search_form }}</form>
+ </div>
+{% endif %}
+