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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/projects/index.html.haml')
-rw-r--r--app/views/admin/projects/index.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 7ae9397cf95..f57b98d0f34 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -7,7 +7,6 @@
%th Last Commit
%th
%th
- %th
- @admin_projects.each do |project|
%tr
@@ -16,9 +15,8 @@
%td= project.path
%td= project.users_projects.count
%td= last_commit(project)
- %td= link_to 'Show', [:admin, project]
%td= link_to 'Edit', edit_admin_project_path(project), :id => "edit_#{dom_id(project)}"
%td= link_to 'Destroy', [:admin, project], :confirm => 'Are you sure?', :method => :delete
= paginate @admin_projects
-= link_to 'New Project', new_admin_project_path, :class => "lbutton"
+= link_to 'New Project', new_admin_project_path, :class => "grey-button"