diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-22 18:20:36 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-22 18:20:36 -0400 |
| commit | bc36d6fe5d92f83af7dc6e0b917ae4ebfe19d573 (patch) | |
| tree | 61f9f5b4cabfa26328a717042497389de842797f /templates/lists/list_nav.html | |
| parent | 45412823f4bb9aeeeb26c72ebe60ea328eec4ec9 (diff) | |
| download | hyperkitty-bc36d6fe5d92f83af7dc6e0b917ae4ebfe19d573.tar.gz hyperkitty-bc36d6fe5d92f83af7dc6e0b917ae4ebfe19d573.tar.xz hyperkitty-bc36d6fe5d92f83af7dc6e0b917ae4ebfe19d573.zip | |
Templates refactoring : added lists/list_nav.html
Diffstat (limited to 'templates/lists/list_nav.html')
| -rw-r--r-- | templates/lists/list_nav.html | 20 |
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 %} + |
