%= render partial: 'layouts/beer_db_admin/header' %>
<% unless controller_name == 'sessions' %><% if signed_in? %> <%= link_to 'Frontpage', frontpage_path() %> • <% end %> <%= link_to 'Countries', countries_path() %> • <%= link_to 'Beers', beers_path() %> • <%= link_to 'Brands', brands_path() %> • <%= link_to 'Breweries', breweries_path() %> • <%= link_to 'Tags', tags_path() %> • <%= link_to 'Timeline', time_path() %> • <%= link_to 'About', about_path() %> .::. <%= link_to "Web Service / HTTP JSON API", '/api' %> .::. <%= link_to 'Update Data (Edit Me!)', 'https://github.com/openbeer/world' %>
<% end %>