Sha256: 1bb41e9599510fac79787d4df5c8e9ff729675d6db8c09253f95944ccf3a92b3

Contents?: true

Size: 876 Bytes

Versions: 10

Compression:

Stored size: 876 Bytes

Contents

#signin-modal{class: "#{modal_css_class}", tabindex: "-1",
              role: "dialog", :"aria-hidden" => "true"}
  .modal-body
    %h4
      %i.icon-info-sign
      = raw(t('.message'))
    %form#signin-modal-form.form-horizontal
      .control-group{for: "username"}
        %label.control-label{for: "signin-modal-username"}<
          = t('common.name')
        .controls
          %input#signin-modal-username.input-large{name: "username", type: "text", placeholder: t('.username_placeholder')}

  .modal-footer
    - if !SmalrubyEditor::Config.enabled?('must_signin')
      %button#signin-modal-cancel-button.cancel-button{class: "btn", :"data-dismiss" => "modal", :"aria-hidden" => "true"}<
        %i.icon-remove
        = t('common.cancel')
    %button#signin-modal-ok-button.ok-button{class: "btn btn-primary"}<
      %i.icon-circle-blank
      = t('common.login')

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smalruby-editor-0.2.6-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.6 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.5-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.5 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.4-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.4 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.3-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.3 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.2-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.2 app/views/editor/_signin_modal.html.haml