summaryrefslogtreecommitdiff
path: root/app/views/admin/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/projects')
-rw-r--r--app/views/admin/projects/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 5bef8e3ad57..1e44172f066 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -10,7 +10,9 @@
.col-md-12
.panel
.panel-heading.alert.alert-danger
- Last repository check failed. See
+ Last repository check
+ = "(#{time_ago_in_words(@project.last_repository_check_at)} ago)"
+ failed. See
= link_to 'repocheck.log', admin_logs_path
for error messages.
.row