Skip to content
Snippets Groups Projects
Commit 6113d218 authored by Valery Sizov's avatar Valery Sizov
Browse files

remove project IDs from dashboard

parent 82679b8b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,6 +7,7 @@ v7.11.0
- Add HipChat notifications
- Clean up project advanced settings.
- Add a GitLab project path parameter to the project API
- Remove projects IDs from dashboard
 
v7.10.1
- Fix failing migration when update to 7.10 from 7.8 and older versions
Loading
Loading
Loading
Loading
@@ -16,7 +16,6 @@
%table.table.projects-table
%thead
%tr
%th ID
%th Project Name
%th Last commit
%th Access
Loading
Loading
@@ -26,8 +25,6 @@
 
- @gl_projects.sort_by(&:name_with_namespace).each do |project|
%tr.light
%td
\-
%td
= project.name_with_namespace
%td
Loading
Loading
- last_commit = project.last_commit
%tr.alert{class: commit_status_alert_class(last_commit) }
%td
= project.id
%td
= link_to project do
%strong= project.name
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment