Sha256: ca053254c78ccc8767f9432d645e206af529acd5efc8eb6a45f9a9ffb6a98a3d

Contents?: true

Size: 819 Bytes

Versions: 8

Compression:

Stored size: 819 Bytes

Contents

- rtc_controller_name ||= controller_name
- rtc_partial = rtc_controller_name.singularize if rtc_partial.nil?
- rtc_empty_data_message = sanitize "Data #{t(rtc_controller_name)} kosong" if rtc_empty_data_message.nil?

- @controller_names = instance_variable_get("@#{rtc_controller_name}")

%form#filter_form
  - params.select{|key, val| key != "action" && key != "controller" && key.to_s != "q"}.each_pair do |key, val|
    = hidden_field_tag key.to_s, val.to_s
  
%table
  - if @controller_names.present?
    - unless params[:list_view].eql? 'th'
      = render partial: rtc_partial, collection: @controller_names
    - else
      %ul
        = render partial: rtc_partial, collection: @controller_names
  - else
    .rtc_empty_message
      %br
      %center
        %span.rtc_data_empty_text= rtc_empty_data_message

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rich_table_component-0.0.9 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.8 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.7 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.6 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.5 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.4 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.3 app/views/rich_table_component/rtc/_table.html.haml
rich_table_component-0.0.2 app/views/rich_table_component/rtc/_table.html.haml