Sha256: e06c747c650a09516b04a611ff2f51277bc4c7c68da57360001456b1ad5a5022

Contents?: true

Size: 1.61 KB

Versions: 10

Compression:

Stored size: 1.61 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
        - if !SmalrubyEditor::Config.enabled?('disabled_new_character')
          .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

10 entries across 10 versions & 1 rubygems

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