%= image_tag("pixpalace.png", title: "PixPalace", style: "margin-right:20px;") %>
Tous les champs sont obligatoires
<%= f.input :credit, label: "Auteur / Copyright" %>
<%= f.input :source, label: "Source" %>
<%= f.input :city, label: "Ville-Lieu", input_html: {value: ""} %>
<%= f.input :up_country, label: "Pays", collection: @countries, include_blank: "", selected: "" %>
<%= f.input :reportage, label: 'Titre reportage', label_html: {title: I18n.t('uploads.feature_hint')}, input_html: {value: "",title: I18n.t('uploads.feature_hint')} %>
<%= f.input :description, label: "Légende", as: :text, :input_html => { cols: 60, rows: 5, value: "" } %>
<%= f.input :date_photo, label: "Date photo" %>
<%= f.input :keywords, label: "Mots-clés ", as: :text, :input_html => { cols: 60, rows: 5 } %>