1
0
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:
Dan Barber 2013-04-07 20:38:03 +01:00
parent 6402bc9f82
commit 9903ccad14
2 changed files with 3 additions and 3 deletions

View File

@ -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"
= render :partial => "admin/shared/menu"

View File

@ -1 +1 @@
%h1= link_to "Abiquo Downloads", admin_dashboard_path
%h1= link_to APP_CONFIG['name'], admin_dashboard_path