mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
- if @offset == 0
|
|
.clearfix.light
|
|
.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
|
|
|
|
= render @projects
|
|
|
|
= render "gl_projects"
|
|
|
|
%p.text-center.hide.loading
|
|
%i.fa.fa-refresh.fa-spin
|
|
|
|
- else
|
|
= render @projects
|
|
|
|
= render "gl_projects"
|