Fixes logo header on devise layout

This commit is contained in:
decabeza
2018-07-31 18:08:09 +02:00
parent 8299a1910b
commit a2bf8a85f4
2 changed files with 0 additions and 6 deletions

View File

@@ -11,7 +11,6 @@
<h1 class="logo margin">
<%= link_to root_path do %>
<%= image_tag(image_path_for('logo_header.png'), class: 'float-left', alt: t("layouts.header.logo")) %>
<%= setting['org_name'] %>
<% end %>
</h1>
</div>