Ability to give a statement

This commit is contained in:
2017-04-13 17:16:03 +02:00
parent b30bd91f3d
commit dd5e22ea48
66 changed files with 812 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
h1= title t('.title')
= simple_form_for(@publicity, url: publicity_path) do |form|
= form.input :organisation, required: false, label: t('.organisation'), placeholder: t('.organisation_placeholder')
= form.input :statement, as: :text, required: false
= form.input :avatar, as: :file, label: t('.avatar'), required: false
= form.submit t('.save'), class: 'btn btn-primary'