% if @vote %>
Vedia ยท <%= @vote.title %>
<% else %>
Vedia
<% end %>
Vedia
<%= _("Votes") %>
<% if is_admin %>
<%= _("Admin") %>
<% end %>
<% if current_user %>
<%= _("Logout") %>
<% end %>
<% if current_user %> <%= current_user.email %> <% else %> <% end %>
<%= yield %>