add site title link to the root page
This commit is contained in:
parent
f175505c43
commit
0dbc69db50
|
@ -6,7 +6,7 @@ ActiveAdmin.setup do |config|
|
||||||
# for each of the active admin pages.
|
# for each of the active admin pages.
|
||||||
#
|
#
|
||||||
config.site_title = "ABF"
|
config.site_title = "ABF"
|
||||||
|
config.site_title_link = "/"
|
||||||
|
|
||||||
# == Default Namespace
|
# == Default Namespace
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue