Some fixes of bugs during last commit.
This commit is contained in:
parent
e8d55e50c0
commit
7ff0467b16
6 changed files with 21 additions and 16 deletions
|
|
@ -31,6 +31,12 @@
|
|||
// Current orders
|
||||
= render :partial => 'ordering/currentOrders'
|
||||
|
||||
- unless @messages.empty?
|
||||
.box_title
|
||||
%h2 Neuste Nachrichten
|
||||
.column_content
|
||||
= render :partial => 'messages/messages', :locals => { :subject_length => 110 }
|
||||
|
||||
// Ordergroup overview
|
||||
.box_title
|
||||
%h2=_ "My ordergroup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue