##// END OF EJS Templates
fix thumb selector for thread
rt@lightning -
r249:fa37048a default
parent child Browse files
Show More
@@ -25,7 +25,7 b''
25 {% if post.image %}
25 {% if post.image %}
26 <div class="image">
26 <div class="image">
27 <a
27 <a
28 class="fancy"
28 class="thumb"
29 href="{{ post.image.url }}"><img
29 href="{{ post.image.url }}"><img
30 src="{{ post.image.url_200x150 }}"
30 src="{{ post.image.url_200x150 }}"
31 alt="{{ post.id }}"
31 alt="{{ post.id }}"
General Comments 0
You need to be logged in to leave comments. Login now