Sha256: a2a7db3f5603fbc52c36a0e019779f7c67d0e60e9d5960dc83e9c3a6a8e7c4df

Contents?: true

Size: 813 Bytes

Versions: 14

Compression:

Stored size: 813 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
    %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

14 entries across 14 versions & 1 rubygems

Version Path
smalruby-editor-0.4.1-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.4.2-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.4.2 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.4.1 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.4.0-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.4.0 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.5-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.5 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.4-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.4 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.3-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.3 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.2-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.3.2 app/views/editor/_signin_modal.html.haml