[Hejes-devel] [953] blog/show.html: changed order of author & date

hejes-devel at nytud.hu hejes-devel at nytud.hu
Tue Sep 24 17:44:42 CEST 2013


Revision: 953
Author:   mihaltz
Date:     2013-09-24 17:44:42 +0200 (Tue, 24 Sep 2013)
Log Message:
-----------
blog/show.html: changed order of author & date

Modified Paths:
--------------
    trunk/web2py/applications/helyesiras_webdev/views/blog/show.html

Modified: trunk/web2py/applications/helyesiras_webdev/views/blog/show.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/views/blog/show.html	2013-09-24 14:30:46 UTC (rev 952)
+++ trunk/web2py/applications/helyesiras_webdev/views/blog/show.html	2013-09-24 15:44:42 UTC (rev 953)
@@ -43,7 +43,7 @@
 <div class="blog-head">
 	<h1>{{=post.posts.title}}</h1>
 	<div class="blog-cat-name">{{=post.categories.name}}</div>
-	<div class="blog-date"><span class="blog-author">{{=post.posts.author + ' | ' if post.posts.author else ''}}</span>{{=pretty_hu_date(post.posts.created_on).encode('utf8')}}</div>
+    <div class="blog-date">{{=pretty_hu_date(post.posts.created_on).encode('utf8')}}<span class="blog-author">{{=' | ' + post.posts.author if post.posts.author else ''}}</span></div>
 </div>
 <div class="blog-social">
     <div class="fb-like" data-href="http://{{=request.env.http_host}}{{=request.url}}" data-width="450" data-action="recommend" data-show-faces="true" data-send="false"></div>




More information about the Hejes-devel mailing list