<% if current_user %>
<%= link_to "Vaše uživatelské údaje", account_path(:current) %> |
<%= link_to "Odhlásit se", logout_path %>
<% else %>
<%= link_to "Přihlásit se", login_path %>
<% end %>
<%- if show_title? -%>
<%= yield(:title) %>
<%- end -%>
<%= yield %>