Fix links

This commit is contained in:
Artur Beljajev 2018-06-19 21:02:56 +03:00
parent 724d421f44
commit febbe1282d
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
%span.icon-bar
%span.icon-bar
%span.icon-bar
= link_to admin_dashboard_path, class: 'navbar-brand' do
= link_to admin_root_path, class: 'navbar-brand' do
= ENV['app_name']
- if unstable_env.present?
.text-center

View file

@ -18,7 +18,7 @@
%span.icon-bar
%span.icon-bar
%span.icon-bar
= link_to admin_dashboard_path, class: 'navbar-brand' do
= link_to admin_login_path, class: 'navbar-brand' do
= ENV['app_name']
- if unstable_env.present?
.text-center