Corrected message in order result. Closes #47
This commit is contained in:
parent
1f629ff861
commit
1f218f77a0
1 changed files with 6 additions and 3 deletions
|
@ -124,13 +124,16 @@
|
||||||
%br/
|
%br/
|
||||||
= link_to_top
|
= link_to_top
|
||||||
- else
|
- else
|
||||||
|
- if @order.open?
|
||||||
Du hast noch nicht bestellt.
|
Du hast noch nicht bestellt.
|
||||||
= link_to "Das ist Deine Chance!", :action => "order", :id => @order
|
= link_to "Das ist Deine Chance!", :action => "order", :id => @order
|
||||||
|
- else
|
||||||
|
Die Bestellung is leider schon zu Ende. Beim nächsten mal früher aufstehen...
|
||||||
|
|
||||||
// Comments box
|
// Comments box
|
||||||
.single_column{:style => "width:70em;"}
|
.single_column{:style => "width:70em;"}
|
||||||
.box_title
|
.box_title
|
||||||
%h2=_ "Comments"
|
%h2 Kommentare
|
||||||
.column_content#comments
|
.column_content#comments
|
||||||
= render :partial => 'shared/comments', :locals => { :comments => @order.comments }
|
= render :partial => 'shared/comments', :locals => { :comments => @order.comments }
|
||||||
%p
|
%p
|
||||||
|
|
Loading…
Reference in a new issue