aboutsummaryrefslogtreecommitdiff
blob: 52faecc4766e97821a5d535b335f7f61ac9d3848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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%>