From f8f10ec2f34b3b6f2c992a3b7d6022f25b3fdfbb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 15 Apr 2013 19:16:50 +0200 Subject: Improvement of the display of the /article view. --- source/static/templates/article.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'source') diff --git a/source/static/templates/article.html b/source/static/templates/article.html index fcb29522..3a845b2c 100644 --- a/source/static/templates/article.html +++ b/source/static/templates/article.html @@ -2,7 +2,7 @@ <%inherit file="base.html"/>
-

${article["article_title"]} from ${feed["feed_title"]}

+

${article["article_title"]} from ${feed["feed_title"]}


%if article["article_like"]: @@ -22,9 +22,8 @@
-
+


-
%if plain_text == "1": HTML version %else: @@ -32,10 +31,8 @@ %endif - Export to EPUB
- Complete story -
- Share this article:
+ Share this article:

@@ -64,5 +61,6 @@ -
- \ No newline at end of file +

+ + \ No newline at end of file -- cgit