You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/05/09 13:06:11 UTC

[whimsy] branch master updated: Show message date

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d8b09f3  Show message date
d8b09f3 is described below

commit d8b09f3c40ca3f849a5ac432794c28ae86b7c95d
Author: Sebb <se...@apache.org>
AuthorDate: Thu May 9 14:05:25 2019 +0100

    Show message date
---
 www/secretary/workbench/views/body.html.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/secretary/workbench/views/body.html.rb b/www/secretary/workbench/views/body.html.rb
index 4d7c500..97eed25 100644
--- a/www/secretary/workbench/views/body.html.rb
+++ b/www/secretary/workbench/views/body.html.rb
@@ -11,6 +11,10 @@ _html do
   #
   _table do
     _tr do
+      _td 'Date:'
+      _td @message.date
+    end
+    _tr do
       _td 'From:'
       _td @message.from
     end