Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 17, 2015
1 parent 3fb2718 commit e1b7b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7/cadair
Submodule cadair updated 1 files
+1 −1 assets/css/theme.css
5 changes: 4 additions & 1 deletion v7/material-theme/templates/list.tmpl
Expand Up @@ -9,8 +9,11 @@
</header>
{% if items %}
<ul class="postlist">
{% for text, link in items %}
{% for text, link, count in items %}
<li><a href="{{ link }}"><i class="mdi-action-done"></i>{{ text }}</a>
{% if count %}
({{ count }})
{% endif %}
{% endfor %}
</ul>
{% else %}
Expand Down

0 comments on commit e1b7b32

Please sign in to comment.