Sha256: 9519b6dbf1a1cd23288d0705d42cc58d91e342a7b4e71f4884b461c7fca5370d

Contents?: true

Size: 796 Bytes

Versions: 20

Compression:

Stored size: 796 Bytes

Contents

- rtc_controller_name ||= controller_name
- rtc_class_name ||= instance_variable_get("@#{rtc_controller_name}").klass.name
- recapitulation_model ||= rtc_class_name
- recapitulation_matrix ||= nil
- advanced_search_attributes ||= nil

- items = []
- recapitulation_matrix.each do |item|
  - case item
  - when Hash
    - label = t(item[:label])
    - value = item[:value]
  - else
    - label_splitter = item.split('__').first.split('.')
    - label = label_splitter.pop
    - label = t([label_splitter, label].compact.join('_'))
    - value = item
  - items << [value, label]



.well

  = render "rich_table_component/rtc/recapitulation_matrix_form",  
    recapitulation_model: recapitulation_model,
    items: items,
    advanced_search_attributes: advanced_search_attributes.presence || nil

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rich_table_component-0.0.30 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.29 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.28 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.27 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.26 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.24 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.22 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.21 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.18 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.17 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.16 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.15 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.14 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.13 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.10 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.9 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.8 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.7 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.6 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml
rich_table_component-0.0.5 app/views/rich_table_component/rtc/_recapitulation_matrix.html.haml