]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/repositories/_breadcrumbs.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 00:14:39 +0000 (00:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 00:14:39 +0000 (00:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7266 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/_breadcrumbs.html.erb

index d0fdf2a6040b54b65aef89baccf9d26205139096..de3001e036f2c603444e28a47e0ff0476125394b 100644 (file)
@@ -1,5 +1,5 @@
 <%= link_to 'root', :action => 'show', :id => @project, :path => '', :rev => @rev %>
-<% 
+<%
 dirs = path.split('/')
 if 'file' == kind
     filename = dirs.pop
@@ -8,7 +8,7 @@ link_path = ''
 dirs.each do |dir|
     next if dir.blank?
     link_path << '/' unless link_path.empty?
-    link_path << "#{dir}" 
+    link_path << "#{dir}"
     %>
     / <%= link_to h(dir), :action => 'show', :id => @project,
                 :path => to_path_param(link_path), :rev => @rev %>