Class: Spotlight::JobTrackersController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Spotlight::JobTrackersController
- Defined in:
- app/controllers/spotlight/job_trackers_controller.rb
Overview
Locking mechanism for page-level locks
Instance Method Summary collapse
-
#show ⇒ Object
GET /:exhibit_id/job_trackers/1.
Methods included from Concerns::ApplicationController
#enabled_in_spotlight_view_type_configuration?, #field_enabled?
Methods included from Controller
#blacklight_config, #current_exhibit, #current_masthead, #current_masthead=, #current_site, #default_url_options, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_path, #resource_masthead?, #search_action_url, #search_facet_path, #set_exhibit_locale_scope, #set_locale
Methods included from Config
#exhibit_specific_blacklight_config
Instance Method Details
#show ⇒ Object
GET /:exhibit_id/job_trackers/1
11 12 13 14 15 |
# File 'app/controllers/spotlight/job_trackers_controller.rb', line 11 def show t(:'spotlight.exhibits.breadcrumb', title: @exhibit.title), @exhibit t(:'spotlight.curation.sidebar.dashboard'), exhibit_dashboard_path(@exhibit) t(:'spotlight.configuration.sidebar.job_trackers'), [@job_tracker.on, @job_tracker] end |