summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 06:02:24 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 06:02:24 +0000
commit31b8e4a819061354c56a3cb15d56b3825c4f77d6 (patch)
treeaf5ddef72b4ff4ba7ead904d609d687504edeebf
parented85e669ce6cad2b5da91bab1a14d094ba535084 (diff)
downloadredmine-31b8e4a819061354c56a3cb15d56b3825c4f77d6.tar.gz
redmine-31b8e4a819061354c56a3cb15d56b3825c4f77d6.zip
remove trailing white-spaces from app/views/activities/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7298 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/activities/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb
index 1004e9f9e..d1a0467e0 100644
--- a/app/views/activities/index.html.erb
+++ b/app/views/activities/index.html.erb
@@ -21,12 +21,12 @@
<%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %>
<div style="float:left;">
-<%= link_to_content_update("\xc2\xab " + l(:label_previous),
+<%= link_to_content_update("\xc2\xab " + l(:label_previous),
params.merge(:from => @date_to - @days - 1),
:title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))) %>
</div>
<div style="float:right;">
-<%= link_to_content_update(l(:label_next) + " \xc2\xbb",
+<%= link_to_content_update(l(:label_next) + " \xc2\xbb",
params.merge(:from => @date_to + @days - 1),
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %>
</div>