Save and display creator of Order

This commit is contained in:
Julius 2012-11-12 14:24:49 +01:00
parent 69c4fc5817
commit c17ff281c3
8 changed files with 25 additions and 4 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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