diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 10:00:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 10:00:49 +0000 |
commit | 30bbb3de1b355b6f1042d08a78cfe3a89870d82e (patch) | |
tree | f76d98f7db7613688a25008664fc5c499e5ec9c8 /app/views/my | |
parent | 2a352a86b1d670096698d473c8a4178c773e29aa (diff) | |
download | redmine-30bbb3de1b355b6f1042d08a78cfe3a89870d82e.tar.gz redmine-30bbb3de1b355b6f1042d08a78cfe3a89870d82e.zip |
replace tabs to spaces at app/views/my/blocks/_issueswatched.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7325 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/blocks/_issueswatched.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/my/blocks/_issueswatched.html.erb b/app/views/my/blocks/_issueswatched.html.erb index e48ec1662..e34c4bad7 100644 --- a/app/views/my/blocks/_issueswatched.html.erb +++ b/app/views/my/blocks/_issueswatched.html.erb @@ -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 %> |