Add translation to published milestone. Fix test

This commit is contained in:
taitus
2017-06-26 13:20:09 +02:00
parent 0222d61e1e
commit fee9e99d37
4 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<li>
<div>
<h3><%= milestone.title %></h3>
<strong>Publicado el <%= milestone.created_at.strftime("%d/%m/%Y") %></strong>
<strong><%= t("budgets.investments.show.milestone_publish_date", publish_date: milestone.created_at.strftime("%d/%m/%Y")) %></strong>
<p><%= milestone.description %></p>
</div>
</li>