summaryrefslogtreecommitdiff
path: root/users/app/views/users/index.html.haml
blob: 65e99afc2b3d6564c96a2039d0f38b38b63a4c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.page-header
  %h1= User.model_name.human(:count =>User.count)
.row
  .span8
    %h2 Last users who signed up
    %table.table.table-hover
      %tr
        %th Login
        %th Created
        %th Action
      = render @users.all
  .span4
    %h4 Find user
    %form.form-search
      .input-append
        %input.user.typeahead.span2.search-query{:type => :text}
          %button.btn{:type => :submit} Search