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

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

index e48ec1662635aea7b5d4f9b554bb48ae2b14eca1..e34c4bad7d1bfb2d74cffd33e90075d792a47562 100644 (file)
@@ -4,8 +4,8 @@
 <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %>
 <% if watched_issues.length > 0 %>
 <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
-                                                                                                                                                                                                                        :action => 'index',
-                                                                                                                                                                                                                        :set_filter => 1,
-                                                                                                                                                                                                                        :watcher_id => 'me',
-                                                                                                                                                                                                                        :sort => 'updated_on:desc' %></p>
+                                                       :action => 'index',
+                                                       :set_filter => 1,
+                                                       :watcher_id => 'me',
+                                                       :sort => 'updated_on:desc' %></p>
 <% end %>