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:
Diffstat (limited to 'app/views/ci/projects/_project.html.haml')
-rw-r--r--app/views/ci/projects/_project.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/ci/projects/_project.html.haml b/app/views/ci/projects/_project.html.haml
index 3e893410df8..b3ad47ce432 100644
--- a/app/views/ci/projects/_project.html.haml
+++ b/app/views/ci/projects/_project.html.haml
@@ -1,7 +1,7 @@
- last_commit = project.last_commit
%tr.alert{class: commit_status_alert_class(last_commit) }
%td
- = link_to project do
+ = link_to [:ci, project] do
%strong= project.name
%td
- if last_commit
@@ -13,10 +13,10 @@
No builds yet
%td
- if project.public
- %i.fa-globe
+ %i.fa.fa-globe
Public
- else
- %i.fa-lock
+ %i.fa.fa-lock
Private
%td
= project.commits.count