Sha256: e97c98ce1a008b3b77a18134207ff66993c0197e2cef6a8473699210a8bd5597

Contents?: true

Size: 1.17 KB

Versions: 27

Compression:

Stored size: 1.17 KB

Contents

:javascript
  $('.nav.nav-pills li.active').removeClass('active');
  $('.nav.nav-pills li[data-model="#{@abstract_model.to_param}"]').addClass('active');
  $(window).off('keydown');

- # Integration of the rails_admin_settings gem, if not available, it rescues to the normal naming
%title= "#{(@abstract_model.try(:pretty_name) || @page_name)} | #{Settings.app_name rescue ([_get_plugin_name[0] || 'Rails', _get_plugin_name[1] || 'Admin'].join(' '))}"
.page-header
  %h1= @page_name
- flash && flash.each do |key, value|
  .alert.alert-dismissible{class: flash_alert_class(key)}
    %button.close{type: 'button', :'data-dismiss' => "alert"} ×
    = value
- # if it's and abstract model, then is not a root model for sure (like the dashboard)
- # these actions (root ones) are the actions listed at the same level as the dashboard (not related to a model)
- if @abstract_model
  = breadcrumb
  .well.well-sm
    %ul.nav.nav-pills#action-menu
      = menu_for((@abstract_model ? (@object.try(:persisted?) ? :member : :collection) : :root), @abstract_model, @object)
      = content_for :contextual_tabs
  .well.well-sm
    = yield
- else
  = yield

%script
  $('.dropdown-toggle').dropdown()

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
thecore_ui_rails_admin-2.3.2 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.3.1 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.3.0 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.12 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.11 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.10 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.9 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.8 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.7 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.6 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.5 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.4 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.3 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.2 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.1 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.2.0 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.22 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.21 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.20 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.19 app/views/layouts/rails_admin/pjax.html.haml