From 762d52989413e8571d86cedf5e884ddf29a8a0d7 Mon Sep 17 00:00:00 2001 From: Benjamin Meichsner Date: Sat, 9 Mar 2013 18:14:53 +0100 Subject: [PATCH] Added info link for apple restriction feature. --- app/views/home/_apple_bar.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/home/_apple_bar.html.haml b/app/views/home/_apple_bar.html.haml index 6cbdd875..c7c062ba 100644 --- a/app/views/home/_apple_bar.html.haml +++ b/app/views/home/_apple_bar.html.haml @@ -7,4 +7,5 @@ Deine aktueller Äpfelpunktestand: #{apple_bar.apples} Konkret: Pro #{number_to_currency(apple_bar.mean_order_amount_per_job, :precision => 0 )} Bestellsumme solltest Du eine Aufgabe machen! - if FoodsoftConfig[:stop_ordering_under].present? %strong Achtung, - hast Du weniger als #{FoodsoftConfig[:stop_ordering_under]} Äpfel, darfst Du nicht mehr bestellen! \ No newline at end of file + hast Du weniger als #{FoodsoftConfig[:stop_ordering_under]} Äpfel, darfst Du nicht mehr bestellen! + = link_to 'Mehr Informationen', 'https://github.com/bennibu/foodsoft/wiki/%C3%84pfel-u.-Birnen', target: '_blank' \ No newline at end of file