summaryrefslogtreecommitdiffstats
path: root/app/views/gantts
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-09-07 11:59:48 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-09-07 11:59:48 +0000
commit40df75243b1487ee6e8650ab2308667e3beb1b0d (patch)
tree368a2b7cddd4e22ad944901b4fca1dcc7e9fd999 /app/views/gantts
parent0486ce99762d17962734f399dce8df8333114cea (diff)
downloadredmine-40df75243b1487ee6e8650ab2308667e3beb1b0d.tar.gz
redmine-40df75243b1487ee6e8650ab2308667e3beb1b0d.zip
code layout cleanup app/views/gantts/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10313 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts')
-rw-r--r--app/views/gantts/show.html.erb10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index 5675ed8e1..65ee86929 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -188,8 +188,14 @@ end %>
<table style="width:100%">
<tr>
-<td align="left"><%= link_to_content_update("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous)) %></td>
-<td align="right"><%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next)) %></td>
+ <td align="left">
+ <%= link_to_content_update("\xc2\xab " + l(:label_previous),
+ params.merge(@gantt.params_previous)) %>
+ </td>
+ <td align="right">
+ <%= link_to_content_update(l(:label_next) + " \xc2\xbb",
+ params.merge(@gantt.params_next)) %>
+ </td>
</tr>
</table>