Fixed some wrong links in startpage. Added gettext-help for controllers.
This commit is contained in:
parent
7f09bb55e4
commit
d75c206db5
6 changed files with 40 additions and 30 deletions
|
|
@ -20,9 +20,10 @@
|
|||
= observe_field 'query', :frequency => 2, |
|
||||
:before => "Element.show('loader')", |
|
||||
:success => "Element.hide('loader')", |
|
||||
:url => {:action => 'foodcoop_members'}, |
|
||||
:url => {:action => 'members'}, |
|
||||
:update => :users, |
|
||||
:with => 'query' |
|
||||
:with => 'query', |
|
||||
:method => :get |
|
||||
|
||||
=_ "Sort by Ordergroups :"
|
||||
- form_tag({:action => "members"}, :method => "get", :style=>"display:inline;") do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue