@@ -37,12 +37,14 | |||
|
37 | 37 | |
|
38 | 38 | <p><center> |
|
39 | 39 | <% if @pagination_previous_date %> |
|
40 |
<%= link_to_content_update( |
|
|
41 | params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %> | |
|
40 | <%= link_to_content_update("\xc2\xab " + l(:label_previous), | |
|
41 | params.merge(:previous => 1, | |
|
42 | :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %> | |
|
42 | 43 | <% end %> |
|
43 | 44 | <% if @pagination_next_date %> |
|
44 |
<%= link_to_content_update(l(:label_next) + |
|
|
45 | params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> | |
|
45 | <%= link_to_content_update(l(:label_next) + " \xc2\xbb", | |
|
46 | params.merge(:previous => nil, | |
|
47 | :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> | |
|
46 | 48 | <% end %> |
|
47 | 49 | </center></p> |
|
48 | 50 |
General Comments 0
You need to be logged in to leave comments.
Login now