%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %>
<%= navbar position: :static do %> <%= vertical do %> <%= link_to 'Projekt Euler', root_path %> <% end %> <%= horizontal do %> <%= nav class: 'navbar-left' do %> <%= link_to 'Problems', problems_path %> <%= link_to 'Translations', translations_path %> <% end %> <% end %> <% end %>