From 33e81a5a79c2477515a771aed869b84295062009 Mon Sep 17 00:00:00 2001 From: hylom Date: Tue, 25 Apr 2017 19:30:01 +0900 Subject: [PATCH] template: use component in story/story --- src/newslash_web/templates/story/story.html.tt2 | 26 ++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/newslash_web/templates/story/story.html.tt2 b/src/newslash_web/templates/story/story.html.tt2 index c44329a7..b19bd9a0 100644 --- a/src/newslash_web/templates/story/story.html.tt2 +++ b/src/newslash_web/templates/story/story.html.tt2 @@ -1,17 +1,14 @@ [% WRAPPER common/layout enable_sidebar=1 enable_vuejs=1 short_header=1 %] - +[% INCLUDE common/components/comment_tree %] +
[%- INCLUDE common/article/article hide_more_link = 1 %] @@ -39,6 +36,13 @@ [%- INCLUDE common/sidebar -%] [%#- INCLUDE common/comment/comments_nojs -%] -[%- INCLUDE common/comment/comments -%] +[%#- INCLUDE common/comment/comments -%] +
+ +
+ + [% END %] -- 2.11.0