Sha256: 1f7ee3c3579b34ac97c6321a154e48535aac576d7ee0f715a21711a8e90a30c7

Contents?: true

Size: 1.1 KB

Versions: 20

Compression:

Stored size: 1.1 KB

Contents

#load-modal{:class => "#{modal_css_class}", :tabindex => "-1",
            :role => "dialog", :"aria-hidden" => "true"}
  .modal-body
    %ul.thumbnails{:id => "load-modal-local-programs",
                   :class => "list-programs"}

    .page-header
      %h3
        %i.icon-th-large
        = t('.preset_programs')
    %ul.thumbnails{:id => "load-modal-demo-programs",
                   :class => "list-programs"}

    .page-header
      %h3
        %i.icon-search
        = t('.find_program')
    %ul.thumbnails{:class => "list-programs"}
      %li
        %a#load-modal-find-from-computer.thumbnail
          %h1.icon
            %i.icon-folder-open-alt
          %blockquote
            %p
              = t('.computer')
            %small
              Computer

  .modal-footer
    .pull-left
      %button#load-modal-remix-button.btn<
        %i.icon-refresh
        = t('.remix')
    %button.btn{:"data-dismiss" => "modal", :"aria-hidden" => "true"}<
      %i.icon-remove
      = t('common.cancel')
    %button#load-modal-ok-button{:class => "btn btn-primary"}<
      %i.icon-circle-blank
      = t('common.ok')

Version data entries

20 entries across 20 versions & 1 rubygems

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