Adds a “Jobs” tab into the superadmin area
# File vendor/plugins/ubiquo_jobs/lib/ubiquo_jobs/extensions/helper.rb, line 5
5: def superadmin_jobs_tab(tabnav)
6: tabnav.add_tab do |tab|
7: tab.text = I18n.t("ubiquo.jobs.tab_name")
8: tab.title = I18n.t("ubiquo.jobs.tab_title")
9: tab.highlights_on({:controller => "ubiquo/jobs"})
10: tab.link = ubiquo_jobs_path
11: end
12: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.