diff options
Diffstat (limited to 'web/views/repoman/repoman_history.erb')
-rw-r--r-- | web/views/repoman/repoman_history.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/repoman/repoman_history.erb b/web/views/repoman/repoman_history.erb index bc26cd8..459ee9d 100644 --- a/web/views/repoman/repoman_history.erb +++ b/web/views/repoman/repoman_history.erb @@ -13,7 +13,7 @@ <%=Time.at(repoman[:timestamp].to_i).strftime('%Y-%m-%d')%> </td> <td class="width-50 <%=repoman[:result]%>"> - <a href="/repoman_logs/<%=repoman.package[:sha1]%>/<%=repoman[:timestamp]%>"><%=repoman[:result].camelcase%></a> + <a href="/repoman_checks/<%=repoman.package[:sha1]%>/<%=repoman[:timestamp]%>"><%=repoman[:result].camelcase%></a> </td> </tr> <%end%> |