summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-11 21:01:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-11 21:01:21 +0000
commit967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 (patch)
tree91ffba7b7f5b51365e0b20ccb555c41404337c9f /app/views/my
parent05690057590a2a8d7fe82a1d5df4412ddf879829 (diff)
downloadredmine-967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64.tar.gz
redmine-967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64.zip
Removed deprecated align and width html attributes (#15307).
git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/blocks/_timelog.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb
index 7953ee6fe..fbd83c382 100644
--- a/app/views/my/blocks/_timelog.html.erb
+++ b/app/views/my/blocks/_timelog.html.erb
@@ -34,7 +34,7 @@ entries_by_day = entries.group_by(&:spent_on)
<td class="subject"><%=h entry.project %> <%= h(' - ') + link_to_issue(entry.issue, :truncate => 50) if entry.issue %></td>
<td class="comments"><%=h entry.comments %></td>
<td class="hours"><%= html_hours("%.2f" % entry.hours) %></td>
- <td align="center">
+ <td class="buttons">
<% if entry.editable_by?(@user) -%>
<%= link_to image_tag('edit.png'), {:controller => 'timelog', :action => 'edit', :id => entry},
:title => l(:button_edit) %>