Remove redundant labels

We already had translations for these attributes.
This commit is contained in:
Javi Martín
2019-10-04 13:41:20 +02:00
parent 7aae842b38
commit 1bc66925ab
9 changed files with 4 additions and 9 deletions

View File

@@ -29,7 +29,6 @@
<div class="column">
<%= f.text_field :publication_date,
value: @milestone.publication_date.present? ? l(@milestone.publication_date.to_date) : nil,
label: t("tracking.milestones.new.date"),
class: "js-calendar-full" %>
<%= render "images/admin_image", imageable: @milestone, f: f %>