@@ -169,8 +169,8 if Date.today >= @gantt.date_from and Date.today <= @gantt.date_to %> | |||
|
169 | 169 | |
|
170 | 170 | <table width="100%"> |
|
171 | 171 | <tr> |
|
172 |
<td align="left"><%= link_to_content_update( |
|
|
173 |
<td align="right"><%= link_to_content_update(l(:label_next) + |
|
|
172 | <td align="left"><%= link_to_content_update("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous)) %></td> | |
|
173 | <td align="right"><%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next)) %></td> | |
|
174 | 174 | </tr> |
|
175 | 175 | </table> |
|
176 | 176 |
General Comments 0
You need to be logged in to leave comments.
Login now