Skip to content
Snippets Groups Projects
Commit db8ef084 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

loca

parent c477a69c
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@
} %>
<%= f.association :volume, collection: @journal.volumes, label: Research::Journal::Volume.model_name.human %>
<%= f.input :published %>
<%= f.input :published_at, html5: true %>
<%= f.input :accepted_at, html5: true %>
<%= f.input :received_at, html5: true %>
<%= f.input :published_at, html5: true, as: :date %>
<%= f.input :accepted_at, html5: true, as: :date %>
<%= f.input :received_at, html5: true, as: :date %>
<%= f.input :keywords, as: :text, input_html: { rows: 2 } %>
<%= f.association :people, collection: current_university.people.researchers.ordered, as: :check_boxes %>
<%= f.association :kind, collection: @journal.kinds.ordered if @journal.kinds.any? %>
......
......@@ -61,6 +61,8 @@ en:
pdf: PDF
published: Published?
published_at: Published at
accepted_at: Accepted at
received_at: Received at
references: References
kind: Kind of paper
people: Authors
......
......@@ -62,6 +62,8 @@ fr:
pdf: PDF
published: Publié ?
published_at: Publié le
accepted_at: Accepté le
received_at: Reçu le
references: Références
kind: Type de papier
people: Auteur·e·s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment