|
<a class="nav-responsive-link btn-logo" href="/">
<% if user_signed_in? %>
<%= image_tag "logo_avalanche_mobile.png", class: 'brand', style: 'height: 36px;' %>
<% else %>
<%= image_tag "logo_avalanche.png", class: 'brand', style: 'height: 36px;' %>
<% end %>
</a>
|