Sha256: 8f2a8d75830186b8df59a5258d2a4ec8a69961cb4ecd3398a9f71b8fe13c9781
Contents?: true
Size: 1.06 KB
Versions: 7
Compression:
Stored size: 1.06 KB
Contents
.modal.fade id="new-notification" tabindex="-1" role="dialog" aria-labelledby="newNotification" .modal-dialog form.modal-content action="/notification" method="POST" .modal-content .modal-header h4.modal-title Enviar mensaje directo a .modal-body input.hidden name="label" value="message" .row .col-sm-12 == multiple_select_input({ :name => "user_ids", :elements => User.active.all.collect { |user| { :value => user.id, :text => user.full_name } }, :placeholder => "Empleados", :required => true }) .row .col-xs-12 == input({ :type => "text", :name => "title", :value => "", :title => "TÃtulo", :required => true }) .row .col-xs-12 == textarea_input({ :name => "message", :value => nil, :title => "Comentarios", :length => 10000, :rows => 6, :required => true }) .modal-footer button.btn.btn-link.waves-effect data-dismiss="modal" type="button" Cerrar button.btn.btn-link.waves-effect#submit Enviar
Version data entries
7 entries across 7 versions & 1 rubygems