Skip to content

Commit

Permalink
[webui] show mentioned issues in sorted order
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 23, 2012
1 parent f889f82 commit e3a3591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/shared/_sourcediff.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div style="float:right;">
<h3>Issues mentioned</h3>
<ul>
<% issues.each do |bug, url| %>
<% issues.sort.each do |bug, url| %>
<li><%= link_to(bug, url, :class => 'issue_tracker_link') %></li>
<% end %>
</ul>
Expand Down

0 comments on commit e3a3591

Please sign in to comment.