summaryrefslogtreecommitdiff
path: root/users/app/views/users/index.html.haml
blob: 254e177f974b82b0d65b099ca8a46a6217841d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- @show_navigation = false

= form_tag users_path, :method => :get, :class => "form-search" do
  .input-append
    = text_field_tag :query, "", :class => "user typeahead span2 search-query", :autocomplete => :off
    %button.btn{:type => :submit} Search

%table.table.table-hover
  %tr
    %th Login
    %th Created
    %th Action
  = render @users.all