@@ -21,12 +21,12 | |||||
21 | <%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %> |
|
21 | <%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %> | |
22 |
|
22 | |||
23 | <div style="float:left;"> |
|
23 | <div style="float:left;"> | |
24 |
<%= link_to_content_update( |
|
24 | <%= link_to_content_update("\xc2\xab " + l(:label_previous), | |
25 | params.merge(:from => @date_to - @days - 1), |
|
25 | params.merge(:from => @date_to - @days - 1), | |
26 | :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))) %> |
|
26 | :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))) %> | |
27 | </div> |
|
27 | </div> | |
28 | <div style="float:right;"> |
|
28 | <div style="float:right;"> | |
29 |
<%= link_to_content_update(l(:label_next) + |
|
29 | <%= link_to_content_update(l(:label_next) + " \xc2\xbb", | |
30 | params.merge(:from => @date_to + @days - 1), |
|
30 | params.merge(:from => @date_to + @days - 1), | |
31 | :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %> |
|
31 | :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %> | |
32 | </div> |
|
32 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now