mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
daingert
This commit is contained in:
parent
797b4df0af
commit
33ca2aeb5e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<% if @purchase_order.required_by_date.present? %>
|
||||
<b>Required By:</b> <%= @purchase_order.required_by_date.strftime("%B %d, %Y") %><br>
|
||||
<% end %>
|
||||
<b>Created By:</b> <%= link_to @purchase_order.user&.email, @purchase_order.user %><br>
|
||||
<b>Created By:</b> <%= render "shared/user_mention", user: @purchase_order.user if @purchase_order.user %><br>
|
||||
<b>Created At:</b> <%= @purchase_order.created_at.strftime("%B %d, %Y at %I:%M %p") %><br>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue