From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:25:55 +0000 (+0000) Subject: replace tabs to spaces at app/views/calendars/show.html.erb X-Git-Tag: 1.3.0~729 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0246646af6eb9ef10bf596016d2f5169a15a7a8;p=redmine.git replace tabs to spaces at app/views/calendars/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7239 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index 0b9d67727..803a17357 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -29,9 +29,9 @@ <%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %>

- <%= l(:text_tip_issue_begin_day) %> - <%= l(:text_tip_issue_end_day) %> - <%= l(:text_tip_issue_begin_end_day) %> + <%= l(:text_tip_issue_begin_day) %> + <%= l(:text_tip_issue_end_day) %> + <%= l(:text_tip_issue_begin_end_day) %>

<% end %>