Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-14 18:04:18 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-14 18:04:18 +0300
commit91cebb7289df872ae4887f7103f68a6f948ee61c (patch)
tree9cdec9d3c4f0f3c50351bc76e84f2089a2982184 /app/views/admin/projects/show.html.haml
parentf07316f27cc1a5d354bc82b4caa1de703a3bcb5e (diff)
Documentation / help improvements
Diffstat (limited to 'app/views/admin/projects/show.html.haml')
-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 1e44172f066..73986d21bcf 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -10,7 +10,7 @@
.col-md-12
.panel
.panel-heading.alert.alert-danger
- Last repository check
+ Last repository check
= "(#{time_ago_in_words(@project.last_repository_check_at)} ago)"
failed. See
= link_to 'repocheck.log', admin_logs_path
@@ -126,6 +126,8 @@
- else
passed.
+ = link_to icon('question-circle'), help_page_path('administration', 'repository_checks')
+
.form-group
= f.submit 'Trigger repository check', class: 'btn btn-primary'