<%= content_tag(:div, class: 'pull-left') do %> <%= link_to (t 'nav.home'), root_path %>
<% link_to "Blog", blog_path %>Blog
<%= link_to (t 'contact.contact'), contact_messages_path, class: 'footer-btn-contact' %>
<%= t 'contact.support' %> <% end %> <%= content_tag(:div, class: 'pull-right') do %> <% if @config.open_for_public || user_signed_in? %> <%= link_to (t 'mission.missions'), missions_path %>
<%= link_to (t 'mission.agents'), agent_list_path %>
<% if user_signed_in? %> <%= link_to (t 'agent.dashboard'), dashboard_path %>
<%= link_to (t "registration.account"), edit_user_registration_path, class: "btn-account" %>
<% else %> <%= link_to (t "registration.sign_in"), new_user_session_path, class: "btn-login" %>
<%= link_to (t "registration.sign_up"), new_user_registration_path, class: "btn-login" %>
<% end %> <% else %> <%= link_to (t "landing_page.about").html_safe, root_path(anchor: 'about'), class: 'btn-about' %>
<%= link_to (t "landing_page.features").html_safe, root_path(anchor: 'features'), class: 'btn-features' %>
<%= link_to (t "landing_page.subscribe").html_safe, root_path(anchor: 'subscribe'), class: 'btn-subscribe' %>
<%= link_to (t "registration.sign_in"), new_user_session_path, class: "btn-login" %>
<% end %> <% end %>