diff options
author | 2015-02-08 12:51:59 +0000 | |
---|---|---|
committer | 2015-02-08 12:51:59 +0000 | |
commit | 8c52f1c654821acdc88d968e55d9421191397df6 (patch) | |
tree | 484368061f796917073a2c07a54ea99baa6e015f /web | |
parent | Add timestamps to log pages (diff) | |
download | ruby-tinderbox-8c52f1c654821acdc88d968e55d9421191397df6.tar.gz ruby-tinderbox-8c52f1c654821acdc88d968e55d9421191397df6.tar.bz2 ruby-tinderbox-8c52f1c654821acdc88d968e55d9421191397df6.zip |
Add timestamps to log pages
Diffstat (limited to 'web')
-rw-r--r-- | web/views/repoman_logs.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/views/repoman_logs.erb b/web/views/repoman_logs.erb index 37c3db1..544db7a 100644 --- a/web/views/repoman_logs.erb +++ b/web/views/repoman_logs.erb @@ -1,5 +1,6 @@ <div class="text-center"> <h1><%=repomans[:package_id]%></h1> + <h3><%=Time.at(repomans[:time].to_i).strftime('%Y-%m-%d')%></h3> <div class="btn-group btn-group-justified"> <a class="btn btn-default <%="disabled" if repomans[:current_log].nil?%>" href="#current_log">Current Ruby Target(s)</a> <a class="btn btn-default <%="disabled" if repomans[:next_log].nil?%>" href="#next_log">Next Ruby Target</a> |