% if controller.controller_name.eql?('pages') %>
<% end %>
- <%= link_to t(:homepage), root_path, :class => 'orbit-bar-home' %>
- Desktop
<% if user_signed_in? %>
- <%= link_to t(:logout), destroy_user_session_path, :class => 'orbit-bar-logout' %>
<% else %>
-
<%= form_for "user", :url => user_session_path, :html => {:class => 'log'} do |f| %>
<%= f.text_field :email, :class => 'input-small', :placeholder => t(:email) %>
<%= f.password_field :password, :class => 'input-small', :placeholder => t(:password) %>
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn' %>
<% end %>
<% end %>
-