Sha256: 1da9490ab12f51f27ac4b222c44e8d819707d778438a2788145d615e82372c32

Contents?: true

Size: 1.45 KB

Versions: 16

Compression:

Stored size: 1.45 KB

Contents

#block-tab-right-pane{:class => 'right-pane'}
  #blockly-div

  = render 'toolbox'

#block-tab-left-pane{:class => 'left-pane'}
  #selectors-container
    %ul.nav{:class => 'nav-pills'}
      %li.active
        %a{:href => '#character-selector-tab', :'data-toggle' => 'tab'}<
          キャラクター
      -#%li
        -#%a{:href => '#scene-selector-tab', :'data-toggle' => 'tab'}<
          -#ステージ

    #selectors-tab-content{:class => 'tab-content'}
      #character-selector-tab{:class => 'tab-pane active selector-tab'}
        #character-selector-character-set
        .item
          %a#add-character-button{:class => 'character'}
            %i.icon-plus-sign-alt
            %br
            新しいキャラクター

      #scene-selector-tab{:class => 'tab-pane selector-tab'}
        .item
          %a{:href => '#', :onclick => 'window.event.preventDefault();'}
            %div
        .item
          %a{:href => '#', :onclick => 'window.event.preventDefault();'}
            %div

= render 'character_modal'

%script#character-selector-template{:type => 'text/template'}
  .item
    .item-info
      .name
        {{- get('name') }}
      .attributes
        X: {{- get('x') }} Y: {{- get('y') }}
        %br
        向き: {{- get('angle') }}°

      %a.add-block-button
        %i.icon-folder-close-alt
        %i.icon-double-angle-right

      %a.remove-button
        %i.icon-remove

    %a.character
      %img{:src => '{{- costumeUrl() }}'}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
smalruby-editor-0.1.7-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.7 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.6-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.6 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.5-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.5 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.4-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.4 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.3-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.3 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.2-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.2 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.1-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.1 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.0-x86-mingw32 app/views/editor/_block_tab.html.haml
smalruby-editor-0.1.0 app/views/editor/_block_tab.html.haml