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/admin/projects/_project.html.haml')
-rw-r--r--app/views/ci/admin/projects/_project.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/ci/admin/projects/_project.html.haml b/app/views/ci/admin/projects/_project.html.haml
index e64bfe853d7..505dd4b3fdc 100644
--- a/app/views/ci/admin/projects/_project.html.haml
+++ b/app/views/ci/admin/projects/_project.html.haml
@@ -3,7 +3,7 @@
%td
= project.id
%td
- = link_to project do
+ = link_to [:ci, project] do
%strong= project.name
%td
- if last_commit
@@ -15,14 +15,14 @@
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
%td
= link_to [:ci, :admin, project], method: :delete, class: 'btn btn-danger btn-sm' do
- %i.fa-remove
+ %i.fa.fa-remove
Remove