Sha256: 887ef735a4b416ef57ee4de5f7389dc32b7fe049c72b7948992bd23303a9d508

Contents?: true

Size: 1.11 KB

Versions: 8

Compression:

Stored size: 1.11 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
      = menu_for((@abstract_model ? (@object.try(:persisted?) ? :member : :collection) : :root), @abstract_model, @object)
      = content_for :contextual_tabs
  .well.well-sm
    = yield
- else
  = yield

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
thecore_ui_rails_admin-2.1.11 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.10 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.9 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.8 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.5 app/views/layouts/rails_admin/pjax.html.haml
thecore_ui_rails_admin-2.1.4 app/views/layouts/rails_admin/pjax.html.haml
rails_admin_ui_layout_taris-1.4.0 app/views/layouts/rails_admin/pjax.html.haml
rails_admin_ui_layout_taris-1.3.9 app/views/layouts/rails_admin/pjax.html.haml