mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Shared headers correctly use app config.
This commit is contained in:
parent
6402bc9f82
commit
9903ccad14
@ -1,3 +1,3 @@
|
||||
%h1= link_to "Abiquo Downloads", admin_dashboard_path
|
||||
%h1= link_to APP_CONFIG['name'], admin_dashboard_path
|
||||
= render :partial => "admin/shared/user"
|
||||
= render :partial => "admin/shared/menu"
|
||||
@ -1 +1 @@
|
||||
%h1= link_to "Abiquo Downloads", admin_dashboard_path
|
||||
%h1= link_to APP_CONFIG['name'], admin_dashboard_path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user