]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/my/blocks/_issuesreportedbyme.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 12:05:58 +0000 (12:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 12:05:58 +0000 (12:05 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7338 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/my/blocks/_issuesreportedbyme.html.erb

index 93744f04d59ec0cb48ca1699b3d90ba219f0303b..7bd9bc28d3e8d6fd933970c3b2a387e8fb7329be 100644 (file)
@@ -8,11 +8,11 @@
 <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
 <% if reported_issues.length > 0 %>
 <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
-                                                                                                                                                                                                                        :action => 'index',
-                                                                                                                                                                                                                        :set_filter => 1,
-                                                                                                                                                                                                                        :status_id => '*',
-                                                                                                                                                                                                                        :author_id => 'me',
-                                                                                                                                                                                                                        :sort => 'updated_on:desc' %></p>
+                                                       :action => 'index',
+                                                       :set_filter => 1,
+                                                       :status_id => '*',
+                                                       :author_id => 'me',
+                                                       :sort => 'updated_on:desc' %></p>
 <% end %>
 
 <% content_for :header_tags do %>