From a6bad4a47d19975c9d77f537bf5bf29b074be5e8 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 16 Feb 2012 01:34:58 +0000 Subject: [PATCH] replace tabs to spaces app/views/issues/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8888 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 532d4e20b..8dce98384 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -9,9 +9,9 @@ "\xc2\xab #{l(:label_previous)}", issue_path(@prev_issue_id), :title => "##{@prev_issue_id}" %> | - <% if @issue_position && @issue_count %> - <%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %> | - <% end %> + <% if @issue_position && @issue_count %> + <%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %> | + <% end %> <%= link_to_if @next_issue_id, "#{l(:label_next)} \xc2\xbb", issue_path(@next_issue_id),