Sha256: 4cceaa367b83894b488613622cc2bc44fea7ec6d8db193ce87365033a69df1b8

Contents?: true

Size: 1.55 KB

Versions: 20

Compression:

Stored size: 1.55 KB

Contents

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

  = render "toolbox_#{toolbox_name}"

#block-tab-left-pane{:class => 'left-pane'}
  #selectors-container
    %ul.nav{:class => 'nav-pills'}
      %li.active
        %a{:href => '#character-selector-tab', :'data-toggle' => 'tab'}<
          = t('.character')
      -#%li
        -#%a{:href => '#scene-selector-tab', :'data-toggle' => 'tab'}<
          -#= t('.stage')

    #selectors-tab-content{:class => 'tab-content'}
      #character-selector-tab{:class => 'tab-pane active selector-tab'}
        #character-selector-character-set
        #add-character-item.item
          %a#add-character-button{:class => 'character'}
            %i.icon-plus-sign-alt
            %br
            = t('.new_character')

      #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
        = t('.direction_parameter')
        %i{class: "{{- rotationStyleIconName() }}"}
        {{- 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

20 entries across 20 versions & 1 rubygems

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