aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/views/repoman_checks_sha1_timestamp.erb')
-rw-r--r--web/views/repoman_checks_sha1_timestamp.erb16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/views/repoman_checks_sha1_timestamp.erb b/web/views/repoman_checks_sha1_timestamp.erb
new file mode 100644
index 0000000..52faecc
--- /dev/null
+++ b/web/views/repoman_checks_sha1_timestamp.erb
@@ -0,0 +1,16 @@
+<div class="text-center">
+ <h1><%=package[:identifier]%></h1>
+ <h3><%=Time.at(repoman[:timestamp].to_i).strftime('%Y-%m-%d')%></h3>
+</div>
+<br>
+
+<%unless repoman[:log].nil?%>
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h4><a name="current_log">Repoman Full</a></h4>
+ </div>
+ <div class="panel-body">
+ <pre><%=repoman[:log]%></pre>
+ </div>
+</div>
+<%end%>