Skip to content

Commit

Permalink
Add arrow icons
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Sep 30, 2023
1 parent 2161cf9 commit b41da8a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/code_review_settings/_filters.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@

-%>
<%=
link_to(image_tag('2uparrow.png', :alt => l(:label_sort_highest)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'highest')", :title => l(:label_sort_highest)) +
link_to(image_tag('1uparrow.png', :alt => l(:label_sort_higher)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'higher')", :title => l(:label_sort_higher)) +
link_to(image_tag('1downarrow.png', :alt => l(:label_sort_lower)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'lower')", :title => l(:label_sort_lower)) +
link_to(image_tag('2downarrow.png', :alt => l(:label_sort_lowest)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'lowest')", :title => l(:label_sort_lowest))
link_to(image_tag('2uparrow.png', :plugin => 'redmine_code_review', :alt => l(:label_sort_highest)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'highest')", :title => l(:label_sort_highest)) +
link_to(image_tag('1uparrow.png', :plugin => 'redmine_code_review', :alt => l(:label_sort_higher)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'higher')", :title => l(:label_sort_higher)) +
link_to(image_tag('1downarrow.png', :plugin => 'redmine_code_review', :alt => l(:label_sort_lower)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'lower')", :title => l(:label_sort_lower)) +
link_to(image_tag('2downarrow.png', :plugin => 'redmine_code_review', :alt => l(:label_sort_lowest)), '#', :onclick => "cr_sort_filter('#{sorturl}', 'lowest')", :title => l(:label_sort_lowest))
-%>

</td>
Expand Down
Binary file added assets/images/1downarrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/1uparrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2downarrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/2uparrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b41da8a

Please sign in to comment.