changeset 2188:56e96d4e9f6e beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 22:15:45 +0200
parents b61e540122f2
children 3052f90c568a
files rhodecode/controllers/changeset.py rhodecode/templates/base/root.html rhodecode/templates/changeset/changeset_comment_block.html rhodecode/templates/changeset/changeset_file_comment.html rhodecode/templates/files/files_ypjax.html
diffstat 5 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/changeset.py	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/controllers/changeset.py	Sat Apr 14 22:15:45 2012 +0200
@@ -376,7 +376,8 @@
         if comm:
             c.co = comm
             data.update(comm.get_dict())
-            data.update({'rendered_text': render('changeset/changeset_comment_block.html')})
+            data.update({'rendered_text':
+                         render('changeset/changeset_comment_block.html')})
         return data
 
     @jsonify
--- a/rhodecode/templates/base/root.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/base/root.html	Sat Apr 14 22:15:45 2012 +0200
@@ -47,7 +47,7 @@
 
             <script type="text/javascript">
             var follow_base_url  = "${h.url('toggle_following')}";
-            
+
             //JS translations map
             var TRANSLATION_MAP = {
             	'add another comment':'${_("add another comment")}',
--- a/rhodecode/templates/changeset/changeset_comment_block.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/changeset/changeset_comment_block.html	Sat Apr 14 22:15:45 2012 +0200
@@ -1,2 +1,2 @@
 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
-${comment.comment_block(c.co)}
\ No newline at end of file
+${comment.comment_block(c.co)}
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Sat Apr 14 22:15:45 2012 +0200
@@ -76,7 +76,7 @@
             </div>
         %endfor
     %endfor
-    
+
 </%def>
 
 <%def name="comments(changeset)">
@@ -85,7 +85,7 @@
     <div id="inline-comments-container">
      ${inlines(changeset)}
     </div>
-    
+
     %for co in c.comments:
         ${comment_block(co)}
     %endfor
--- a/rhodecode/templates/files/files_ypjax.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/files/files_ypjax.html	Sat Apr 14 22:15:45 2012 +0200
@@ -1,9 +1,9 @@
 %if c.file:
     <h3 class="files_location">
         ${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
-        %if c.annotate:  
-        - ${_('annotation')} 
-        %endif        
+        %if c.annotate:
+        - ${_('annotation')}
+        %endif
     </h3>
         %if c.file.is_dir():
             <%include file='files_browser.html'/>