Selectors must be written in lowercase with hyphens
This commit is contained in:
parent
73caee0ff3
commit
c10c2fc31b
131 changed files with 405 additions and 404 deletions
|
@ -1,4 +1,4 @@
|
|||
#publishModal.modal.fade{ "aria-labelledby" => "myModalLabel", :role => "dialog", :tabindex => "-1" }
|
||||
#publish-modal.modal.fade{ "aria-labelledby" => "myModalLabel", :role => "dialog", :tabindex => "-1" }
|
||||
.modal-dialog.modal-lg{ :role => "document" }
|
||||
= form_tag admin_procedure_publish_path(procedure_id: @procedure.id), method: :put, remote: true do
|
||||
.modal-content
|
||||
|
@ -8,7 +8,7 @@
|
|||
%h4#myModalLabel.modal-title
|
||||
= @procedure.archived? ? 'Réactiver' : 'Publier'
|
||||
la procédure
|
||||
%span#publishModal_title
|
||||
%span#publish-modal-title
|
||||
.modal-body
|
||||
Vous vous apprêtez à
|
||||
= @procedure.archived? ? 'republier' : 'publier'
|
||||
|
@ -30,7 +30,7 @@
|
|||
class: 'form-control',
|
||||
maxlength: 30,
|
||||
style: 'width: 300px; display: inline;')
|
||||
#path_messages
|
||||
#path-messages
|
||||
#path_is_mine.text-warning.center.message
|
||||
Ce lien est déjà utilisé par une de vos procédure.
|
||||
%br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue