Sha256: a7b178a3dc6fc9b69ef5dd52ce5a11d3d922cbe5bc9776bebed2331a04431c82

Contents?: true

Size: 431 Bytes

Versions: 5

Compression:

Stored size: 431 Bytes

Contents

%nav{ class: "nav nav-pills nav-sm" }
  %a{ class: "nav-link " + (@view == "pending" ? "active" : "off"), href: tasks_path }
    = t :pending_tab
  %a{ class: "nav-link " + (@view == "assigned" ? "active" : "off"), href: url_for(action: :index, view: "assigned") }
    = t :assigned_tab
  %a{ class: "nav-link " + (@view == "completed" ? "active" : "off"), href: url_for(action: :index, view: "completed") }
    = t :completed_tab

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/tasks/_selector.html.haml
fat_free_crm-0.22.0 app/views/tasks/_selector.html.haml
fat_free_crm-0.21.0 app/views/tasks/_selector.html.haml
fat_free_crm-0.20.1 app/views/tasks/_selector.html.haml
fat_free_crm-0.20.0 app/views/tasks/_selector.html.haml