21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-30 16:00:50 +02:00

whitespaces

This commit is contained in:
Jérémy Lecour 2019-08-20 13:11:30 +02:00 committed by Jérémy Lecour
parent 003e0b3fb7
commit 86fd697eee

View file

@ -1,6 +1,6 @@
<% # Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr> %>
<% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<nav class="navbar navbar-expand-lg navbar-dark justify-content-between">
<% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<nav class="navbar navbar-expand-lg navbar-dark justify-content-between">
<div class="container-fluid">
<%= link_to (user_signed_in? ? checks_path : root_path), class: "navbar-brand" do %>
<%= image_tag 'chexpire10.png', width: 200, alt: 'chexpire logo' %>
@ -32,7 +32,6 @@
<div class="my-2 my-lg-0">
<% if user_signed_in? %>
<div class="navbar-item">
<div class="dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@ -59,5 +58,5 @@
<% end %>
</div>
</div>
</div>
</div>
</nav>