Save and display creator of Order
This commit is contained in:
parent
69c4fc5817
commit
c17ff281c3
8 changed files with 25 additions and 4 deletions
|
|
@ -10,6 +10,9 @@
|
|||
%p
|
||||
%b Lieferantin:
|
||||
=h @order.name
|
||||
%p
|
||||
%b Erstellt von:
|
||||
=h link_to_user_message_if_valid(@order.created_by)
|
||||
%p
|
||||
%b Ende:
|
||||
=h format_time(@order.ends)
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
%p
|
||||
Notiz:
|
||||
=h @order.note
|
||||
%p
|
||||
Erstellt von:
|
||||
=h link_to_user_message_if_valid(@order.created_by)
|
||||
%p
|
||||
Ende:
|
||||
%b=h format_time(@order.ends)
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
%p
|
||||
Notiz:
|
||||
=h @order.note
|
||||
%p
|
||||
Erstellt von:
|
||||
=h link_to_user_message_if_valid(@order.created_by)
|
||||
%p
|
||||
Beginn:
|
||||
%b=h format_time(@order.starts)
|
||||
|
|
@ -90,4 +93,4 @@
|
|||
%br/
|
||||
= submit_tag "Kommentar hinzufügen"
|
||||
|
||||
= link_to_top
|
||||
= link_to_top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue