<%= _("New vote") %>

<% if @errors %> <% @errors.each do |error| %> <% if error.attribute == :title and error.type == :blank %>

<%= _("Enter a title.") %>

<% end %> <% end %> <% end %>
<%= _("You can use Markdown.") %>