Sha256: d34a59a37793b76f8e5efb666d3c43bc8bf076bc4888d8327d5af748c16f5f5d

Contents?: true

Size: 419 Bytes

Versions: 2

Compression:

Stored size: 419 Bytes

Contents

.index_tabs_container
  = nav class: "index_tabs" do
    = link_to t("sections.activity"), people_activity_path
    = link_to t("sections.people"), people_list_path

  form action=customer_vault.people_list_path
    p.input-group.search
      input.form-control name="q" placeholder=t("actions.search") size=25 value=params[:q]
      span.input-group-addon
        button.nostyle type="submit"
          = icon :search

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
customer_vault-1.3.2 app/views/customer_vault/people/_index_tabs.html.slim
customer_vault-1.3.1 app/views/customer_vault/people/_index_tabs.html.slim