Sha256: 5921a76b86bf2ff298f6da31d6d54a6696af9b0a1b9bd013190e6b4638f9b6f3

Contents?: true

Size: 473 Bytes

Versions: 22

Compression:

Stored size: 473 Bytes

Contents

.tabs
  %ul
    - tabs.each do |tab|
      %li
        = link_to(tab[:url], :class => tab[:active] ? "active" : nil) do
          %i.fa{class: tab[:icon]}
          = t(tab[:text])

= show_flash
%table{ :width => "100%", :height => "100%", :cellpadding => 0, :cellspacing => 0, :class => :tabbed }
  %tr
    %td{ :class => :sidebar, :id => :sidebar, :valign => :top }
      = render "layouts/sidebar"
    %td{ :class => :main, :id => :main, :valign => :top }
      = yield

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.15.2 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.16.4 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.14.1 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.15.1 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.16.3 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.16.2 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.16.1 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.16.0 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.15.0 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.15.0.beta.2 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.15.0.beta app/views/layouts/_tabbed.html.haml
fat_free_crm-0.14.0 app/views/layouts/_tabbed.html.haml
reduced_fat_crm-0.15.0.beta app/views/layouts/_tabbed.html.haml
reduced_fat_crm-0.14.0 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.13.6 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.13.5 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.13.4 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.13.3 app/views/layouts/_tabbed.html.haml
fat_free_crm-0.13.2 app/views/layouts/_tabbed.html.haml