Sha256: b730c4c82caa182048238f95c84df5a63c14c49ad1253632bf3d588aa74626fe

Contents?: true

Size: 409 Bytes

Versions: 23

Compression:

Stored size: 409 Bytes

Contents

.component.tabbed_component
  .tabs
    - tabs.each do |tab|
      %a{href: tab[:url], title: tab[:name], class: ( (tab[:url].eql?(request.original_fullpath) || tab[:url].eql?(request.url)) || tab[:url].eql?(request.fullpath) ) || (tab[:default].present? && !tabs.map{|m| m[:url]}.include?(request.original_fullpath) && !tabs.map{|m| m[:url]}.include?(request.uri) ) ? 'current_tab' : ''}
        = tab[:name]

Version data entries

23 entries across 23 versions & 1 rubygems

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