foodsoft/app/views/admin/users/index.html.haml
2013-02-04 01:38:18 +07:00

16 lines
No EOL
550 B
Text

- title t '.title'
- content_for :actionbar do
= link_to t('.new_user'), new_admin_user_path, class: 'btn btn-primary'
- content_for :sidebar do
%p= t('.first_paragraph', url: link_to(t('.new_users'), new_admin_user_path)).html_safe
.well.well-small
= form_tag admin_users_path, :method => :get, :remote => true,
'data-submit-onchange' => true, class: 'form-search' do
= text_field_tag :user_name, params[:user_name], class: 'input-medium search-query',
placeholder: t('admin.search_placeholder')
#users
= render "users"