c26a701a17
* remove the autocomplete menu * use ujs to pre-validate the procedure * tweak the UI
4 lines
326 B
Text
4 lines
326 B
Text
= render_to_element("#publish-path-message", partial: 'publish_path_message', outer: true,
|
|
locals: { procedure: @procedure, administrateur: current_administrateur })
|
|
= render_to_element("#publish-buttons", partial: 'publish_buttons', outer: true,
|
|
locals: { procedure: @procedure, administrateur: current_administrateur })
|