summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
commitfbfe8fc7ea6ba91661027ea51dec290823f9e0bb (patch)
tree0000af97b2ca88ee0b92f5ac666a9a91682f0e7e /hyperkitty/templates/search.html
parent7558ef3a1e4f2625075d8a34b25224f7e595c939 (diff)
downloadhyperkitty-fbfe8fc7ea6ba91661027ea51dec290823f9e0bb.tar.gz
hyperkitty-fbfe8fc7ea6ba91661027ea51dec290823f9e0bb.tar.xz
hyperkitty-fbfe8fc7ea6ba91661027ea51dec290823f9e0bb.zip
Improve styling in headers and thread view
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index 0fd6e44..5763eeb 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load poll_extras %}
+{% load hk_generic %}
{% load gravatar %}
{% block content %}
@@ -59,14 +59,14 @@
</li>
</ul>
<ul class="inline-block">
- <li class="like">
+ <li class="likestatus {{email.likestatus}}">
+{{email.liked}}
</li>
- <li class="youlike">
- <a href="#like"> Like</a>
+ <li class="voteup">
+ <a class="youlike" href="#like">Like</a>
</li>
- <li class="youdislike">
- <a href="#dislike"> Dislike</a>
+ <li class="votedown">
+ <a class="youdislike" href="#dislike">Dislike</a>
</li>
</ul>
</div>