Sha256: a8c5ef20f0a2e541c47f7006c42a50426bc498e77c02e886a841272a7e37e513
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
.fg-sort-window.ui-widget-overlay{ :style => "display: none;" } .fg-sort-content{ :style => "display: none;" } .ui-state-highlight.ui-corner-all = t(:"sort.info", :scope => Fancygrid.i18n_scope) %ul.fg-sortable-visible.fg-sortable.ui-widget-content.ui-corner-all %li.fg-not-sortable.ui-corner-all.ui-state-active %h4 = t(:"sort.header_visible", :scope => Fancygrid.i18n_scope) - fancygrid.each_visible_leaf do |leaf| %li.ui-state-default.ui-widget-header.ui-corner-all{ :class => leaf.css_class, :id => leaf.tag_name} %span.ui-icon.ui-icon-arrowthick-2-n-s = leaf.human_name %ul.fg-sortable-hidden.fg-sortable.ui-widget-content.ui-corner-all %li.fg-not-sortable.ui-corner-all.ui-state-active %h4 = t(:"sort.header_hidden", :scope => Fancygrid.i18n_scope) - fancygrid.each_hidden_leaf do |leaf| %li.ui-state-default.ui-widget-header.ui-corner-all{ :class => leaf.css_class, :id => leaf.tag_name} %span.ui-icon.ui-icon-arrowthick-2-n-s = leaf.human_name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fancygrid-1.1.0 | app/views/fancygrid/base/sort.html.haml |
fancygrid-1.0.0 | app/views/fancygrid/base/sort.html.haml |