small fix

This commit is contained in:
Harry Bomrah 2015-10-08 17:17:13 +08:00
parent e5067be77f
commit 081513f400
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class AnnouncementsController < ApplicationController
anns = anns.concat(feeds_anns)
# sorted = anns.sort{ |k,v| v["postdate"] <=> k["postdate"] }
{
"announcements" => sorted,
"announcements" => anns,
"extras" => {
"widget-title" =>t('announcement.announcement'),
"title-head" => t('announcement.table.title'),