summaryrefslogtreecommitdiff
path: root/users/app/views/users/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/index.html.haml')
-rw-r--r--users/app/views/users/index.html.haml13
1 files changed, 0 insertions, 13 deletions
diff --git a/users/app/views/users/index.html.haml b/users/app/views/users/index.html.haml
deleted file mode 100644
index fc1001e..0000000
--- a/users/app/views/users/index.html.haml
+++ /dev/null
@@ -1,13 +0,0 @@
-- @show_navigation = false
-
-= form_tag users_path, :method => :get, :class => "form-search" do
- .input-append
- = text_field_tag :query, params[:query], :id => 'user-typeahead', :class => "search-query", :autocomplete => :off
- %button.btn{:type => :submit}= t(:search)
-
-%table.table.table-striped
- %tr
- %th= t(:username)
- %th= t(:created)
- %th= t(:updated)
- = render @users.all