Adjust site header in admin, signup layouts
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Basti 2021-02-01 18:58:34 +01:00
parent 698e4381c2
commit a01cb9ae21
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 4 additions and 6 deletions

View File

@ -15,9 +15,9 @@
<div id="wrapper"> <div id="wrapper">
<header> <header>
<h1> <h1>
<span class ="icon"><%= render partial: "shared/icons/comet" %></span>
<span class ="project-name">Kosmos</span> <span class ="project-name">Kosmos</span>
<span class ="site-name">Akkounts</span> <span class ="site-name">Accounts</span>
<span class="beta"><span class="bolt">⚡</span> beta</span>
</h1> </h1>
<% if user_signed_in? %> <% if user_signed_in? %>
<p class="current-user"> <p class="current-user">

View File

@ -15,9 +15,7 @@
<div id="wrapper"> <div id="wrapper">
<header> <header>
<h1> <h1>
<span class ="icon"> <span class ="icon"><%= render partial: "shared/icons/comet" %></span>
<%= render partial: "shared/icons/comet" %>
</span>
<span class ="project-name">Kosmos</span> <span class ="project-name">Kosmos</span>
<span class ="site-name">Account</span> <span class ="site-name">Account</span>
</h1> </h1>

View File

@ -15,9 +15,9 @@
<div id="wrapper"> <div id="wrapper">
<header> <header>
<h1> <h1>
<span class ="icon"><%= render partial: "shared/icons/comet" %></span>
<span class ="project-name">Kosmos</span> <span class ="project-name">Kosmos</span>
<span class ="site-name">Sign Up</span> <span class ="site-name">Sign Up</span>
<!-- <span class="beta"><span class="bolt">⚡</span> beta</span> -->
</h1> </h1>
<% if user_signed_in? %> <% if user_signed_in? %>
<p class="current-user"> <p class="current-user">