mirror of
https://github.com/internetee/registry.git
synced 2025-06-13 16:14:47 +02:00
Fix links
This commit is contained in:
parent
724d421f44
commit
febbe1282d
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
%span.icon-bar
|
%span.icon-bar
|
||||||
%span.icon-bar
|
%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']
|
= ENV['app_name']
|
||||||
- if unstable_env.present?
|
- if unstable_env.present?
|
||||||
.text-center
|
.text-center
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
%span.icon-bar
|
%span.icon-bar
|
||||||
%span.icon-bar
|
%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']
|
= ENV['app_name']
|
||||||
- if unstable_env.present?
|
- if unstable_env.present?
|
||||||
.text-center
|
.text-center
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue