Merge branch 'rails3' of github.com:bennibu/foodsoft into rails3
Conflicts: Gemfile
This commit is contained in:
commit
7c9d666909
5 changed files with 12 additions and 5 deletions
|
|
@ -37,10 +37,10 @@
|
|||
|
||||
#recipients
|
||||
= f.input :recipient_tokens, :input_html => { 'data-pre' => User.find_all_by_id(@message.recipients_ids).map { |u| u.token_attributes }.to_json }
|
||||
= f.input :group_id, :as => :select, :collection => Group.order('type DESC, name DESC').all.reject { |g| g.memberships.empty? }
|
||||
= f.input :group_id, :as => :select, :collection => Group.order('type DESC, name ASC').all.reject { |g| g.memberships.empty? }
|
||||
= f.input :private
|
||||
= f.input :subject, input_html: {class: 'input-xxlarge'}
|
||||
= f.input :body, input_html: {class: 'input-xxlarge'}
|
||||
.form-actions
|
||||
= f.submit
|
||||
= link_to 'oder abbrechen', :back
|
||||
= link_to 'oder abbrechen', :back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue