Sha256: 5b3a8c0c6ba0e58a1c632a8166f0ab35b44633cf1fa3bc2e19d48e6ba70e1829

Contents?: true

Size: 1.1 KB

Versions: 18

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

18 entries across 18 versions & 1 rubygems

Version Path
smalruby-editor-0.2.6-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.6 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.5-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.5 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.4-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.4 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.3-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.3 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.2-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.2 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.1-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.1 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.0-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.2.0 app/views/editor/_load_modal.html.haml
smalruby-editor-0.1.24-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.1.24 app/views/editor/_load_modal.html.haml
smalruby-editor-0.1.23-x86-mingw32 app/views/editor/_load_modal.html.haml
smalruby-editor-0.1.23 app/views/editor/_load_modal.html.haml