Sha256: 629fc61380e3379ba9ab5358e05e2ac01e2f4d7dc96efc7994599317d1dbdbfa

Contents?: true

Size: 700 Bytes

Versions: 12

Compression:

Stored size: 700 Bytes

Contents

%table{ :cellpadding => 3, :cellspacing => 0, :style => "width: 100%; margin: 2px 0px 10px 0px" }
  %tr
    %td{ :class => "selector left " + (@view == "pending" ? "on" : "off"), :width => "33%", :onclick => %Q(document.location.href='#{tasks_path}') }
      #{t :pending_tab}
    %td{ :class => "selector " + (@view == "assigned" ? "on" : "off"), :width => "33%", :onclick => %Q(document.location.href='#{url_for(:action => :index, :view => "assigned")}') }
      #{t :assigned_tab}
    %td{ :class => "selector right " + (@view == "completed" ? "on" : "off"), :width => "33%", :onclick => %Q(document.location.href='#{url_for(:action => :index, :view => "completed")}') }
      #{t :completed_tab}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/tasks/_selector.html.haml
fat_free_crm-0.12.3 app/views/tasks/_selector.html.haml
fat_free_crm-0.12.2 app/views/tasks/_selector.html.haml
fat_free_crm-0.13.1 app/views/tasks/_selector.html.haml
fat_free_crm-0.12.1 app/views/tasks/_selector.html.haml
fat_free_crm-0.13.0 app/views/tasks/_selector.html.haml
fat_free_crm-0.12.0 app/views/tasks/_selector.html.haml
fat_free_crm-0.11.4 app/views/tasks/_selector.html.haml
fat_free_crm-0.11.3 app/views/tasks/_selector.html.haml
fat_free_crm-0.11.2 app/views/tasks/_selector.html.haml
fat_free_crm-0.11.1 app/views/tasks/_selector.html.haml
fat_free_crm-0.11.0 app/views/tasks/_selector.html.haml