summaryrefslogtreecommitdiffstats
path: root/app/views/common/_calendar.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 09:59:03 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 09:59:03 +0000
commitb900e1bb92f107348adc767099aeafc0c7b3dde9 (patch)
tree6730a3ca2e81a4c50bbd7b3f946671f9118a437c /app/views/common/_calendar.html.erb
parent422bc131e37c65202c5e167b2eb9ddb22d881478 (diff)
downloadredmine-b900e1bb92f107348adc767099aeafc0c7b3dde9.tar.gz
redmine-b900e1bb92f107348adc767099aeafc0c7b3dde9.zip
remove a trailing tab from app/views/common/_calendar.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7321 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common/_calendar.html.erb')
-rw-r--r--app/views/common/_calendar.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_calendar.html.erb b/app/views/common/_calendar.html.erb
index 517097576..147c49b2c 100644
--- a/app/views/common/_calendar.html.erb
+++ b/app/views/common/_calendar.html.erb
@@ -8,7 +8,7 @@
while day <= calendar.enddt %>
<%= "<td class='week-number' title='#{ l(:label_week) }'>#{(day+(11-day.cwday)%7).cweek}</td>" if day.cwday == calendar.first_wday %>
<td class="<%= day.month==calendar.month ? 'even' : 'odd' %><%= ' today' if Date.today == day %>">
-<p class="day-num"><%= day.day %></p>
+<p class="day-num"><%= day.day %></p>
<% calendar.events_on(day).each do |i| %>
<% if i.is_a? Issue %>
<div class="<%= i.css_classes %> <%= 'starting' if day == i.start_date %> <%= 'ending' if day == i.due_date %> tooltip">