2013-02-03 18:36:03 +01:00
|
|
|
- title t '.title'
|
2009-01-13 19:01:56 +01:00
|
|
|
|
2012-11-12 13:13:01 +01:00
|
|
|
- content_for :actionbar do
|
2013-02-03 18:36:03 +01:00
|
|
|
= link_to t('.new_workgroup'), new_admin_workgroup_path, class: 'btn btn-primary'
|
2012-11-12 13:13:01 +01:00
|
|
|
|
2012-10-15 21:19:17 +02:00
|
|
|
- content_for :sidebar do
|
2013-02-03 18:36:03 +01:00
|
|
|
%p= t('.first_paragraph', url: link_to(t('.new_workgroups'), new_admin_workgroup_path)).html_safe
|
|
|
|
%p= t('.second_paragraph', url: link_to(t('.ordergroup'), admin_ordergroups_path)).html_safe
|
2012-10-15 21:19:17 +02:00
|
|
|
.well.well-small
|
|
|
|
= form_tag admin_workgroups_path, :method => :get, :remote => true,
|
|
|
|
'data-submit-onchange' => true, class: 'form-search' do
|
|
|
|
= text_field_tag :query, params[:query], class: 'input-medium search-query',
|
2013-02-03 19:38:18 +01:00
|
|
|
placeholder: t('admin.search_placeholder')
|
2012-10-15 21:19:17 +02:00
|
|
|
#workgroups
|
|
|
|
= render "workgroups"
|