Changeset - f91d3f9b7230
[Not reviewed]
beta
! ! !
Marcin Kuzminski - 14 years ago 2012-01-12 05:32:40
marcin@python-works.com
White-space cleanup
43 files changed with 36 insertions and 57 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/admin.html
Show inline comments
 
@@ -25,4 +25,4 @@
 
	    </div>
 
	</div>
 
</div>    
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/admin_log.html
Show inline comments
 
@@ -50,4 +50,4 @@ ${c.users_log.pager('$link_previous ~2~ 
 
</div>
 
%else: 
 
	${_('No actions yet')} 
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/admin/ldap/ldap.html
Show inline comments
 
@@ -93,11 +93,3 @@
 
    ${h.end_form()}    
 
</div>
 
</%def>    
 

	
 

	
 

	
 

	
 

	
 

	
 
   
 

	
rhodecode/templates/admin/notifications/notifications_data.html
Show inline comments
 
@@ -25,4 +25,4 @@ unread = lambda n:{False:'unread'}.get(n
 
</div>
 
%else:
 
    <div class="table">${_('No notifications here yet')}</div>
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/admin/permissions/permissions.html
Show inline comments
 
@@ -75,10 +75,3 @@
 
    ${h.end_form()}
 
</div>
 
</%def>    
 

	
 

	
 

	
 

	
 

	
 

	
 
   
rhodecode/templates/admin/repos/repo_add.html
Show inline comments
 
@@ -25,4 +25,4 @@
 
	    </div>
 
        <%include file="repo_add_base.html"/>
 
    </div>        
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/repos/repo_add_create_repository.html
Show inline comments
 
@@ -21,4 +21,4 @@
 
        </div>
 
        <%include file="repo_add_base.html"/>
 
    </div>        
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/admin/repos/repo_edit_perms.html
Show inline comments
 
@@ -278,4 +278,4 @@ YAHOO.example.FnMultipleFields = functio
 
    };
 
}();
 
            
 
</script>      
 
\ No newline at end of file
 
</script>
rhodecode/templates/base/root.html
Show inline comments
 
@@ -139,4 +139,4 @@
 
    <body id="body">
 
        ${next.body()}
 
    </body>
 
</html>
 
\ No newline at end of file
 
</html>
rhodecode/templates/bookmarks/bookmarks.html
Show inline comments
 
@@ -75,4 +75,4 @@ myDataTable.subscribe('postRenderEvent',
 
</script>
 

	
 

	
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/bookmarks/bookmarks_data.html
Show inline comments
 
@@ -30,4 +30,4 @@
 
    </div>
 
%else:
 
	${_('There are no bookmarks yet')}
 
%endif    
 
\ No newline at end of file
 
%endif
rhodecode/templates/branches/branches.html
Show inline comments
 
@@ -74,4 +74,4 @@ myDataTable.subscribe('postRenderEvent',
 

	
 
</script>
 

	
 
</%def>     
 
\ No newline at end of file
 
</%def>
rhodecode/templates/branches/branches_data.html
Show inline comments
 
@@ -49,4 +49,4 @@
 
    </div>
 
%else:
 
    ${_('There are no branches yet')}
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/changelog/changelog_details.html
Show inline comments
 
@@ -6,4 +6,4 @@
 
 <span class="removed tooltip" title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>
 
 <span class="changed tooltip" title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>
 
 <span class="added tooltip"   title="${_('affected %s files') % len(c.cs.affected_files)}">!</span>                                         
 
% endif
 
\ No newline at end of file
 
% endif
rhodecode/templates/changeset/changeset_range.html
Show inline comments
 
@@ -86,4 +86,4 @@
 
      })
 
    </script>    
 
    </div>
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/changeset/diff_block.html
Show inline comments
 
@@ -38,4 +38,4 @@
 
    %endif
 
%endfor
 

	
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/changeset/raw_changeset.html
Show inline comments
 
@@ -5,4 +5,4 @@
 
${c.parent_tmpl}
 
${c.changeset.message}
 

	
 
${c.diffs|n}
 
\ No newline at end of file
 
${c.diffs|n}
rhodecode/templates/email_templates/changeset_comment.html
Show inline comments
 
@@ -3,4 +3,4 @@
 

	
 
<h4>${subject}</h4>
 

	
 
${body}
 
\ No newline at end of file
 
${body}
rhodecode/templates/email_templates/default.html
Show inline comments
 
## -*- coding: utf-8 -*-
 
<%inherit file="main.html"/>
 

	
 
${body}
 
\ No newline at end of file
 
${body}
rhodecode/templates/email_templates/main.html
Show inline comments
 
@@ -6,4 +6,4 @@ ${self.body()}
 
<br/>
 
<br/>
 
<b>${_('This is an notification from RhodeCode.')}</b>
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/email_templates/password_reset.html
Show inline comments
 
@@ -9,4 +9,4 @@ You can generate it by clicking followin
 

	
 
${reset_url}
 

	
 
If you didn't request new password please ignore this email.
 
\ No newline at end of file
 
If you didn't request new password please ignore this email.
rhodecode/templates/email_templates/registration.html
Show inline comments
 
@@ -6,4 +6,4 @@ A new user have registered in RhodeCode
 
${body}
 

	
 

	
 
View this user here :${registered_user_url}
 
\ No newline at end of file
 
View this user here :${registered_user_url}
rhodecode/templates/errors/error_document.html
Show inline comments
 
@@ -51,4 +51,3 @@
 
    </body>
 
    
 
</html>
 

	
rhodecode/templates/files/file_diff.html
Show inline comments
 
@@ -45,5 +45,4 @@ YUE.onDOMReady(function(){
 
})
 
</script>
 
</%def>  
 

	
 
   
 
\ No newline at end of file
rhodecode/templates/files/files.html
Show inline comments
 
@@ -45,4 +45,4 @@ var truncated_lbl = "${_('search truncat
 
var nomatch_lbl = "${_('no matching files')}";
 
fileBrowserListeners(current_url, node_list_url, url_base, truncated_lbl, nomatch_lbl);
 
</script>
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -89,4 +89,4 @@
 
		</div>    
 
    </div>
 
</div>    
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/files/files_browser.html
Show inline comments
 
@@ -109,4 +109,4 @@
 
                </tbody>                
 
		</table>
 
	</div>
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/files/files_edit.html
Show inline comments
 
@@ -75,4 +75,4 @@
 
		</div>    
 
    </div>
 
</div>    
 
</%def>   
 
\ No newline at end of file
 
</%def>
rhodecode/templates/followers/followers.html
Show inline comments
 
@@ -29,4 +29,4 @@
 
        </div>   
 
    </div>
 
</div>    
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/followers/followers_data.html
Show inline comments
 
@@ -25,4 +25,4 @@ YUE.onDOMReady(function(){
 
});
 
</script>
 
${c.followers_pager.pager('$link_previous ~2~ $link_next')}
 
</div>
 
\ No newline at end of file
 
</div>
rhodecode/templates/forks/forks.html
Show inline comments
 
@@ -29,4 +29,4 @@
 
        </div>   
 
    </div>
 
</div>    
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/forks/forks_data.html
Show inline comments
 
@@ -32,4 +32,4 @@
 
  </div>  
 
% else:
 
	${_('There are no forks yet')} 
 
% endif
 
\ No newline at end of file
 
% endif
rhodecode/templates/index_base.html
Show inline comments
 
@@ -192,4 +192,4 @@
 
          q_filter('q_filter',YUQ('div.table tr td a.repo_name'),func);        
 
      });          
 
      
 
    </script>
 
\ No newline at end of file
 
    </script>
rhodecode/templates/journal/journal_data.html
Show inline comments
 
@@ -46,4 +46,4 @@
 
  <div style="padding:5px 0px 10px 10px;">
 
      ${_('No entries yet')}
 
  </div>    
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/password_reset.html
Show inline comments
 
@@ -41,4 +41,3 @@
 
        </script>	    
 
	</div>    
 
   </div>
 

	
rhodecode/templates/register.html
Show inline comments
 
@@ -89,4 +89,3 @@
 
        </script>	    
 
	</div>    
 
 </div>
 

	
rhodecode/templates/repo_switcher_list.html
Show inline comments
 
@@ -17,4 +17,4 @@
 
             ${h.link_to(repo['name'],h.url('summary_home',repo_name=repo['name']),class_="repo_name %s" % repo['dbrepo']['repo_type'])}
 
         </li>
 
      %endif  
 
%endfor
 
\ No newline at end of file
 
%endfor
rhodecode/templates/search/search_content.html
Show inline comments
 
@@ -28,4 +28,4 @@
 
<div class="pagination-wh pagination-left">
 
    ${c.formated_results.pager('$link_previous ~2~ $link_next')}
 
</div>  
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/settings/repo_settings.html
Show inline comments
 
@@ -78,5 +78,3 @@
 
</div>
 
</div>
 
</%def> 
 
       
 
   
rhodecode/templates/shortlog/shortlog.html
Show inline comments
 
@@ -30,4 +30,4 @@
 
	    </div>
 
    </div>
 
</div>    
 
</%def>
 
\ No newline at end of file
 
</%def>
rhodecode/templates/switch_to_list.html
Show inline comments
 
@@ -36,4 +36,4 @@
 
    %endif
 
    </ul>                        
 
</li>  
 
%endif
 
\ No newline at end of file
 
%endif
rhodecode/templates/tags/tags.html
Show inline comments
 
@@ -73,4 +73,4 @@ myDataTable.subscribe('postRenderEvent',
 
});         
 

	
 
</script>
 
</%def> 
 
\ No newline at end of file
 
</%def>
rhodecode/templates/tags/tags_data.html
Show inline comments
 
@@ -31,4 +31,4 @@
 
   </div>
 
%else:
 
	${_('There are no tags yet')}
 
%endif    
 
\ No newline at end of file
 
%endif
0 comments (0 inline, 0 general)