Sha256: 3fcd930a57e9228451e8cb62201a6a89eff7ca68413511ceabed8cd05aa09ab7

Contents?: true

Size: 479 Bytes

Versions: 20

Compression:

Stored size: 479 Bytes

Contents

#preference-modal{class: "#{modal_css_class}", tabindex: "-1",
                  role: "dialog", "aria-hidden" => "true"}
  .modal-header
    %h3
      %i.icon-cog
      = t('.title')

  .modal-body#preference-modal-content

  .modal-footer
    %button.btn{:"data-dismiss" => "modal", :"aria-hidden" => "true"}<
      %i.icon-remove
      = t('common.cancel')
    %button#preference-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/_preference_modal.html.haml
smalruby-editor-0.4.2-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.4.2 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.4.1 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.4.0-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.4.0 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.5-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.5 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.4-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.4 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.3-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.3 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.2-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.2 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.1-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.1 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.0-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.3.0 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.2.7-x86-mingw32 app/views/editor/_preference_modal.html.haml
smalruby-editor-0.2.7 app/views/editor/_preference_modal.html.haml