diff --git a/app/controllers/archives_controller.rb b/app/controllers/archives_controller.rb index a9332c4..e0deeb7 100644 --- a/app/controllers/archives_controller.rb +++ b/app/controllers/archives_controller.rb @@ -67,7 +67,8 @@ class ArchivesController < ApplicationController cats = @categories.collect do |cat| archives = ArchiveFile.where(:category_id => cat["id"]).collect do |archive| { - "archive-title" => archive.title + "archive-title" => archive.title, + "archive_url" => OrbitHelper.widget_more_url } end { @@ -77,7 +78,7 @@ class ArchivesController < ApplicationController end { "categories" => cats, - "extras" => {"widget-title" => "Archives"} + "extras" => {"widget-title" => "Archives","more_url"=>OrbitHelper.widget_more_url} } end end \ No newline at end of file