Merge pull request #2733 from betagouv/more-visible-button
Make the annotations privées submit button more visible
This commit is contained in:
commit
0e359653db
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
locals: { champ: champ, form: champ_form, seen_at: @annotations_privees_seen_at }
|
locals: { champ: champ, form: champ_form, seen_at: @annotations_privees_seen_at }
|
||||||
|
|
||||||
.send-wrapper
|
.send-wrapper
|
||||||
= f.submit 'Sauvegarder', class: 'button send', data: { disable: true }
|
= f.submit 'Sauvegarder', class: 'button primary send', data: { disable: true }
|
||||||
|
|
||||||
- else
|
- else
|
||||||
%h2.empty-text Aucune annotation privée
|
%h2.empty-text Aucune annotation privée
|
||||||
|
|
Loading…
Reference in a new issue