##// END OF EJS Templates
replace tabs to spaces app/views/issues/show.html.erb...
Toshi MARUYAMA -
r8768:a6bad4a47d19
parent child
Show More
@@ -9,9 +9,9
9 "\xc2\xab #{l(:label_previous)}",
9 "\xc2\xab #{l(:label_previous)}",
10 issue_path(@prev_issue_id),
10 issue_path(@prev_issue_id),
11 :title => "##{@prev_issue_id}" %> |
11 :title => "##{@prev_issue_id}" %> |
12 <% if @issue_position && @issue_count %>
12 <% if @issue_position && @issue_count %>
13 <span class="position"><%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %></span> |
13 <span class="position"><%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %></span> |
14 <% end %>
14 <% end %>
15 <%= link_to_if @next_issue_id,
15 <%= link_to_if @next_issue_id,
16 "#{l(:label_next)} \xc2\xbb",
16 "#{l(:label_next)} \xc2\xbb",
17 issue_path(@next_issue_id),
17 issue_path(@next_issue_id),
General Comments 0
You need to be logged in to leave comments. Login now