31 lines
687 B
Text
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"
|