Added message-link and notes to new foodcoop/ordergroups page.
This commit is contained in:
parent
a3fbc2d37b
commit
ecc0340a70
2 changed files with 3 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th Name
|
%th Name
|
||||||
%th #Mitglieder
|
%th= "#Mitglieder"
|
||||||
%th Kontakt
|
%th Kontakt
|
||||||
|
|
||||||
%tbody
|
%tbody
|
||||||
- for order_group in @order_groups
|
- for order_group in @order_groups
|
||||||
%tr{:class => cycle('even','odd', :name => 'order_group')}
|
%tr{:class => cycle('even','odd', :name => 'order_group')}
|
||||||
%td=h order_group.name
|
%td= link_to h(order_group.name), {:controller => 'messages', :action => 'group', :id => order_group}, :title => "Bestellgruppe eine Nachricht schicken"
|
||||||
%th=h order_group.users.length
|
%th=h order_group.users.length
|
||||||
%td=h order_group.contact
|
%td=h order_group.contact
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
= text_field_tag("query", params['query'], :size => 10 )
|
= text_field_tag("query", params['query'], :size => 10 )
|
||||||
%label{:for => 'only_active'} Nur aktive:
|
%label{:for => 'only_active'} Nur aktive:
|
||||||
= check_box_tag('only_active')
|
= check_box_tag('only_active')
|
||||||
|
%small (mindestens einmal in den letzten 3 Monaten bestellt)
|
||||||
|
|
||||||
= observe_form 'sform', :frequency => 2, |
|
= observe_form 'sform', :frequency => 2, |
|
||||||
:before => "Element.show('loader')", |
|
:before => "Element.show('loader')", |
|
||||||
|
|
Loading…
Reference in a new issue