@@ -6,10 +6,12 | |||
|
6 | 6 | <% if @prev_issue_id || @next_issue_id %> |
|
7 | 7 | <div class="next-prev-links contextual"> |
|
8 | 8 | <%= link_to_if @prev_issue_id, |
|
9 |
" |
|
|
9 | "\xc2\xab #{l(:label_previous)}", | |
|
10 | issue_path(@prev_issue_id), | |
|
10 | 11 | :title => "##{@prev_issue_id}" %> | |
|
11 | 12 | <%= link_to_if @next_issue_id, |
|
12 |
"#{l(:label_next)} |
|
|
13 | "#{l(:label_next)} \xc2\xbb", | |
|
14 | issue_path(@next_issue_id), | |
|
13 | 15 | :title => "##{@next_issue_id}" %> |
|
14 | 16 | </div> |
|
15 | 17 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now