Mentions légales du service

Skip to content

Issue#118

GUILLOU Benoît requested to merge issue#118 into master

The method to override the content of the symbol value at the rendering of the form is pretty straightforward ... in the edit.html.erb you have to add the option : <% render "form" , :value ' ' %> whereas in the new.html.erb you have to write <% render "form" , :value current_user.email%>

then in the partial you just have to set things in this fashion ; <%= ........... :value value%> Works flawlessly ...

Merge request reports