summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 12:05:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 12:05:58 +0000
commit7481b13640f37dfc70004e8d6f8410fb6401a3eb (patch)
tree516b2fc77abe158e944eb4f5ad46992e2eb37d7a /app/views/my
parent9555f740611a8e204fbae4f77f95a35b7e9946d8 (diff)
downloadredmine-7481b13640f37dfc70004e8d6f8410fb6401a3eb.tar.gz
redmine-7481b13640f37dfc70004e8d6f8410fb6401a3eb.zip
replace tabs to spaces at app/views/my/blocks/_issuesreportedbyme.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7338 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/blocks/_issuesreportedbyme.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/my/blocks/_issuesreportedbyme.html.erb b/app/views/my/blocks/_issuesreportedbyme.html.erb
index 93744f04d..7bd9bc28d 100644
--- a/app/views/my/blocks/_issuesreportedbyme.html.erb
+++ b/app/views/my/blocks/_issuesreportedbyme.html.erb
@@ -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 %>