Module: Decidim::Plans::Admin::ApplicationHelper

Defined in:
app/helpers/decidim/plans/admin/application_helper.rb

Overview

Custom helpers, scoped to the forms engine.

Instance Method Summary collapse

Instance Method Details

#tabs_id_for_content(idx) ⇒ Object



13
14
15
# File 'app/helpers/decidim/plans/admin/application_helper.rb', line 13

def tabs_id_for_content(idx)
  "content_#{idx}"
end

#tabs_id_for_section(section) ⇒ Object



9
10
11
# File 'app/helpers/decidim/plans/admin/application_helper.rb', line 9

def tabs_id_for_section(section)
  "section_#{section.to_param}"
end