mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Fix home page URL for anonymous users of registrar area
This commit is contained in:
parent
0d770137b6
commit
080defa228
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<%= link_to registrar_root_path, class: 'navbar-brand',
|
||||
<%= link_to new_registrar_user_session_url, class: 'navbar-brand',
|
||||
id: 'registrar-home-btn' do %>
|
||||
<%= t(:registrar_head_title) %>
|
||||
<% if unstable_env.present? %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue