app/helpers/dashboard_helper.rb in iqvoc-3.2.11 vs app/helpers/dashboard_helper.rb in iqvoc-3.3.0
- old
+ new
@@ -16,12 +16,12 @@
module DashboardHelper
def sorting_arrows_for(name)
content_tag :div, :class => "sorting_arrows" do
- link_to(image_tag("iqvoc/arrow_down.gif", :class => "arrow_down"),
+ link_to(image_tag("arrow_down.gif", :class => "arrow_down"),
dashboard_path(:order => "asc", :by => name.to_s)) +
- link_to(image_tag("iqvoc/arrow_up.gif", :class => "arrow_up"),
+ link_to(image_tag("arrow_up.gif", :class => "arrow_up"),
dashboard_path(:order => "desc", :by => name.to_s))
end
end
def consistency_status(item)