diff --git a/views/layout.erb b/views/layout.erb index c7c3d09..2ccbbd8 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -3,7 +3,12 @@ - Vedia + <% if @vote %> + Vedia ยท <%= @vote.title %> + + <% else %> + Vedia + <% end %>