Ajoute un bouton envoyer une copie à la nouvelle interface administrateurs
This commit is contained in:
parent
eff6f9c09c
commit
d73cff2ccb
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
%span.icon.in-progress
|
||||
Tester
|
||||
|
||||
- if @procedure.publiee? || @procedure.brouillon?
|
||||
= link_to admin_procedure_publication_path(@procedure), class: 'button' do
|
||||
%span.icon.reply
|
||||
Envoyer une copie
|
||||
|
||||
- if !@procedure.publiee?
|
||||
= link_to 'Publier', admin_procedure_publication_path(@procedure), class: 'button primary', id: 'publish-procedure-link', data: { disable_with: "Publication..." }
|
||||
|
||||
|
|
Loading…
Reference in a new issue