summaryrefslogtreecommitdiff
path: root/app/views/ci/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/projects')
-rw-r--r--app/views/ci/projects/_project.html.haml2
-rw-r--r--app/views/ci/projects/gitlab.html.haml22
-rw-r--r--app/views/ci/projects/index.html.haml2
3 files changed, 13 insertions, 13 deletions
diff --git a/app/views/ci/projects/_project.html.haml b/app/views/ci/projects/_project.html.haml
index b3ad47ce432..e4a811119e1 100644
--- a/app/views/ci/projects/_project.html.haml
+++ b/app/views/ci/projects/_project.html.haml
@@ -2,7 +2,7 @@
%tr.alert{class: commit_status_alert_class(last_commit) }
%td
= link_to [:ci, project] do
- %strong= project.name
+ = project.name
%td
- if last_commit
#{last_commit.status} (#{commit_link(last_commit)})
diff --git a/app/views/ci/projects/gitlab.html.haml b/app/views/ci/projects/gitlab.html.haml
index f57dfcb0790..2101aa932a4 100644
--- a/app/views/ci/projects/gitlab.html.haml
+++ b/app/views/ci/projects/gitlab.html.haml
@@ -1,22 +1,22 @@
- if @offset == 0
- .clearfix.light
+ .gray-content-block.clearfix.light.second-block
.pull-left.fetch-status
- if params[:search].present?
by keyword: "#{params[:search]}",
#{@total_count} projects, #{@projects.size} of them added to CI
- %br
- %table.table.projects-table.content-list
- %thead
- %tr
- %th Project Name
- %th Last commit
- %th Access
- %th Commits
+ .wide-table-holder
+ %table.table.projects-table.content-list
+ %thead
+ %tr
+ %th Project Name
+ %th Last commit
+ %th Access
+ %th Commits
- = render @projects
+ = render @projects
- = render "gl_projects"
+ = render "gl_projects"
%p.text-center.hide.loading
%i.fa.fa-refresh.fa-spin
diff --git a/app/views/ci/projects/index.html.haml b/app/views/ci/projects/index.html.haml
index 085a70811ae..60ab29a66cf 100644
--- a/app/views/ci/projects/index.html.haml
+++ b/app/views/ci/projects/index.html.haml
@@ -1,7 +1,7 @@
- if current_user
.gray-content-block.top-block
= render "search"
- .projects.prepend-top-default
+ .projects
%p.fetch-status.light
%i.fa.fa-refresh.fa-spin
:coffeescript