change file name

This commit is contained in:
chihyux 2020-07-13 23:04:54 +08:00
parent bd30c0c5ca
commit f1896c7059
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# encoding: utf-8
class BulletinsEventController < ApplicationController
class BulletinsController < ApplicationController
before_filter :set_I18n
def get_bulletins

View File

@ -60,7 +60,7 @@ module EventAnn
puts ['there_was_no_show_option_method',e]
end
side_bar do
head_label_i18n 'event_ann.event_ann', icon_class: "icons-megaphone"
head_label_i18n 'event_ann.event_ann', icon_class: "icons-map"
available_for "users"
active_for_controllers (['admin/event_anns'])
head_link_path "admin_event_anns_path"