Sha256: d8580084dcd0e41af65cdc65a66c4d2a799fea541d9e70f89a6a77935d32a663

Contents?: true

Size: 906 Bytes

Versions: 14

Compression:

Stored size: 906 Bytes

Contents

#signin-modal{class: "#{modal_css_class}", tabindex: "-1",
              role: "dialog", :"aria-hidden" => "true"}
  .modal-body
    %h4
      %i.icon-info-sign
      あなたの名前をいれて、
      %br
      ほかの人のプログラムとまざらないようにしよう♪
    %form#signin-modal-form.form-horizontal
      .control-group{for: "username"}
        %label.control-label{for: "signin-modal-username"}<
          名前
        .controls
          %input#signin-modal-username.input-large{name: "username", type: "text", placeholder: "名前、生徒番号、ニックネームなど"}

  .modal-footer
    %button#signin-modal-cancel-button.cancel-button{class: "btn", :"data-dismiss" => "modal", :"aria-hidden" => "true"}<
      %i.icon-remove
      やめる
    %button#signin-modal-ok-button.ok-button{class: "btn btn-primary"}<
      %i.icon-circle-blank
      ログイン

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
smalruby-editor-0.2.1-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.1 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.0-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.2.0 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.24-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.24 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.23-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.23 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.22-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.22 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.21-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.21 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.20-x86-mingw32 app/views/editor/_signin_modal.html.haml
smalruby-editor-0.1.20 app/views/editor/_signin_modal.html.haml