remove trailing white-spaces from app/views/repositories/changes.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7302 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c763bdd398
commit
eb18218c34
|
@ -12,7 +12,7 @@
|
|||
|
||||
<%= render_properties(@properties) %>
|
||||
|
||||
<%= render(:partial => 'revisions',
|
||||
<%= render(:partial => 'revisions',
|
||||
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
||||
|
||||
<% html_title(l(:label_change_plural)) -%>
|
||||
|
|
Loading…
Reference in New Issue