Fix translations
This commit is contained in:
parent
8d8bce3207
commit
507a8dfaea
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<h1><%= @vote.title %></h1>
|
||||
|
||||
<% if @vote.expire_on %>
|
||||
<p><%= _("Closing date: %{date}" % { date: format_date_and_time(@vote.expire_on) }) %></p>
|
||||
<p><%= _("Closing date: %{date}") % { date: format_date_and_time(@vote.expire_on) } %></p>
|
||||
<% end %>
|
||||
|
||||
<%= markdown(@vote.description) %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue