Remove bad references to NewBlog
This commit is contained in:
parent
212730fd8a
commit
172d3d7847
|
@ -2,7 +2,7 @@ class Panel::Announcement::FrontEnd::BulletinsController < OrbitWidgetController
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super
|
super
|
||||||
@app_title = NewBlog::MOUDLEAPP_TITLE
|
@app_title = 'announcement'
|
||||||
end
|
end
|
||||||
|
|
||||||
# GET /bulletins
|
# GET /bulletins
|
||||||
|
|
|
@ -2,7 +2,7 @@ class Panel::Announcement::Widget::BulletinsController < OrbitWidgetController
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super
|
super
|
||||||
@app_title = NewBlog::MOUDLEAPP_TITLE
|
@app_title = 'announcement'
|
||||||
end
|
end
|
||||||
|
|
||||||
# GET /bulletins
|
# GET /bulletins
|
||||||
|
|
|
@ -2,7 +2,7 @@ class Panel::PageContent::FrontEnd::PageContextsController < OrbitWidgetControll
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super
|
super
|
||||||
@app_title = NewBlog::MOUDLEAPP_TITLE
|
@app_title = 'page_content'
|
||||||
end
|
end
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
|
@ -2,7 +2,7 @@ class Panel::WebResource::FrontEnd::WebLinksController < OrbitWidgetController
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super
|
super
|
||||||
@app_title = NewBlog::MOUDLEAPP_TITLE
|
@app_title = 'web_resource'
|
||||||
end
|
end
|
||||||
|
|
||||||
# GET /web_links
|
# GET /web_links
|
||||||
|
|
|
@ -2,7 +2,7 @@ class Panel::WebResource::Widget::WebLinksController < OrbitWidgetController
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super
|
super
|
||||||
@app_title = NewBlog::MOUDLEAPP_TITLE
|
@app_title = 'web_resource'
|
||||||
end
|
end
|
||||||
|
|
||||||
# GET /web_links
|
# GET /web_links
|
||||||
|
|
Reference in New Issue