mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
parent
c257983cdd
commit
9c6c78e6f8
1 changed files with 1 additions and 5 deletions
|
@ -4,8 +4,6 @@
|
||||||
%meta{charset: "utf-8"}/
|
%meta{charset: "utf-8"}/
|
||||||
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
|
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
|
||||||
%meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
|
%meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
|
||||||
%meta{content: "Full stack top-level domain (TLD) management.", name: "description"}/
|
|
||||||
%meta{content: "Gitlab LTD", name: "author"}/
|
|
||||||
- if content_for? :head_title
|
- if content_for? :head_title
|
||||||
= yield :head_title
|
= yield :head_title
|
||||||
- else
|
- else
|
||||||
|
@ -15,7 +13,6 @@
|
||||||
= javascript_include_tag 'registrar-manifest', 'data-turbolinks-track' => true
|
= javascript_include_tag 'registrar-manifest', 'data-turbolinks-track' => true
|
||||||
= favicon_link_tag 'favicon.ico'
|
= favicon_link_tag 'favicon.ico'
|
||||||
%body
|
%body
|
||||||
/ Fixed navbar
|
|
||||||
%nav.navbar.navbar-default.navbar-fixed-top
|
%nav.navbar.navbar-default.navbar-fixed-top
|
||||||
.container
|
.container
|
||||||
.navbar-header
|
.navbar-header
|
||||||
|
@ -29,7 +26,6 @@
|
||||||
- if unstable_env.present?
|
- if unstable_env.present?
|
||||||
.text-center
|
.text-center
|
||||||
%small{style: 'color: #0074B3;'}= unstable_env
|
%small{style: 'color: #0074B3;'}= unstable_env
|
||||||
- if current_user
|
|
||||||
= render 'navbar'
|
= render 'navbar'
|
||||||
|
|
||||||
.container
|
.container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue