gitlab-org--gitlab-foss/app/views/ci/projects/gitlab.html.haml
2015-09-09 17:36:01 +03:00

31 lines
687 B
Text

- if @offset == 0
.clearfix.light
.pull-left.fetch-status
Fetched from GitLab (#{link_to GitlabCi.config.gitlab_server.url, GitlabCi.config.gitlab_server.url, no_turbolink})
- if params[:search].present?
by keyword: "#{params[:search]}",
%br
.pull-right
#{@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
= render @projects
= render "gl_projects"
%p.text-center.hide.loading
%i.fa.fa-refresh.fa-spin
- else
= render @projects
= render "gl_projects"