2012-10-08 15:24:32 +02:00
|
|
|
- title "Mitglieder"
|
|
|
|
|
|
|
|
%section
|
|
|
|
%p
|
2009-01-06 11:49:19 +01:00
|
|
|
Hier kannst Du den Mitgliedern Deiner Foodcoop eine Nachricht schreiben.
|
|
|
|
%br/
|
|
|
|
Damit Deine Kontaktdaten einzusehen sind, musst Du sie unter
|
2009-01-15 12:14:01 +01:00
|
|
|
= link_to "Einstellungen", my_profile_path
|
2009-01-06 11:49:19 +01:00
|
|
|
freigeben.
|
|
|
|
|
2012-10-08 15:24:32 +02:00
|
|
|
.well
|
|
|
|
= form_tag foodcoop_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: 'Name ...'
|
|
|
|
= text_field_tag :ordergroup_name, params[:ordergroup_name], class: 'input-medium search-query',
|
|
|
|
placeholder: 'Bestelllgruppe ...'
|
|
|
|
%button.btn
|
|
|
|
%i.icon-search
|
2011-05-15 23:43:23 +02:00
|
|
|
|
2012-10-08 15:24:32 +02:00
|
|
|
#users
|
|
|
|
= render :partial => "users"
|