Main Avalanche Network server application. Built with Ruby on Rails.

_logo.html.erb 270B

    <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>