fix table title
This commit is contained in:
parent
188050c6ab
commit
66f0bd0895
|
@ -93,6 +93,8 @@ class AnnouncementsController < ApplicationController
|
||||||
"status-head" => t('announcement.table.status'),
|
"status-head" => t('announcement.table.status'),
|
||||||
"subtitle-head" => t('announcement.table.sub_title'),
|
"subtitle-head" => t('announcement.table.sub_title'),
|
||||||
"category-head" => t('announcement.table.category'),
|
"category-head" => t('announcement.table.category'),
|
||||||
|
"link-head" => t('announcement.table.link'),
|
||||||
|
"file-head" => t('announcement.table.file')
|
||||||
"read_more" => "/#{I18n.locale.to_s + page.url}"
|
"read_more" => "/#{I18n.locale.to_s + page.url}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue