mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Finishes #179904795. Adds prompts to measures section on browse page
This commit is contained in:
parent
2a9810f7db
commit
228cf137ad
29 changed files with 915 additions and 129 deletions
9
app/presenters/data_item_presenter.rb
Normal file
9
app/presenters/data_item_presenter.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class DataItemPresenter
|
||||
def initialize(measure_id:)
|
||||
@measure_id = measure_id
|
||||
end
|
||||
|
||||
def data_item_accordion_id
|
||||
"data-item-accordion-#{@measure_id}"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue