From 2920698b459352c67061ff3f4db0c3b816256659 Mon Sep 17 00:00:00 2001 From: hylom Date: Wed, 5 Oct 2016 00:32:08 +0900 Subject: [PATCH] template: fix article topic icon url --- src/newslash_web/templates/common/article.html.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newslash_web/templates/common/article.html.tt2 b/src/newslash_web/templates/common/article.html.tt2 index 5d361119..e7f2f896 100644 --- a/src/newslash_web/templates/common/article.html.tt2 +++ b/src/newslash_web/templates/common/article.html.tt2 @@ -1,7 +1,7 @@

- [% IF story.primary_topic.image %][% END %] + [% IF story.primary_topic.image %][% END %] [% IF story.content_type == 'story'; url = "/story/" _ story.sid; END %] [% IF story.content_type == 'journal'; url = "/journal/" _ story.id; END %] [% IF story.content_type == 'submission'; url = "/sibmission/" _ story.subid; END %] -- 2.11.0