Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_public.html.haml « projects « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2157ab741a7274510947f7f5b3c218b101dc9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= content_for :title do
  %h3.project-title
    Public projects

.bs-callout
  = link_to new_ci_user_sessions_path(state: generate_oauth_state(request.fullpath)) do
    %strong Login with GitLab
  to see your private projects

- if @projects.present?
  .projects
    %table.table
      %tr
        %th Name
        %th Last commit
        %th Access
        %th Commits
      = render @projects
  = paginate @projects
- else
  %h4 No public projects yet