Replaced delayed_job with resque. See README_DEVEL

This commit is contained in:
benni 2012-12-23 17:38:04 +01:00
parent 344abf5a26
commit 2c0fe08be6
18 changed files with 82 additions and 74 deletions

View file

@ -5,8 +5,7 @@ die Bestellung für "#{@order.name}" wurde am #{I18n.l @order.ends} von #{@order
Für Euch wurden die folgenden Artikel bestellt:
- for group_order_article in @group_order.group_order_articles.ordered.all(:include => :order_article)
- article = group_order_article.order_article.article
= article.name
\: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
#{article.name}: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
Gesamtpreis: #{@group_order.price}
Bestellung online einsehen: #{group_order_url(@group_order)}

View file

@ -46,5 +46,5 @@
= f.input :subject, input_html: {class: 'input-xxlarge'}
= f.input :body, input_html: {class: 'input-xxlarge'}
.form-actions
= f.submit
= f.submit class: 'btn btn-primary'
= link_to 'oder abbrechen', :back