diff options
author | Valery Sizov <valery@gitlab.com> | 2015-05-12 16:55:05 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-05-12 16:55:05 +0000 |
commit | 304698ff826f3cf9c896bf969bfe3479e10ec3ef (patch) | |
tree | 2e5658dd1ce98c63d95540430422108aa8cd9dc3 | |
parent | 5b3450f9b4241feee5fa69f78366392015ab25f1 (diff) | |
parent | d7e1a67438f9827c12dace990e8027a9b156a5fc (diff) | |
download | gitlab-ci-304698ff826f3cf9c896bf969bfe3479e10ec3ef.tar.gz |
Merge branch 'fix_dashboard' into 'master'
Remove project ID from dashboard for public projects
See merge request !99
-rw-r--r-- | app/views/projects/_public.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/_public.html.haml b/app/views/projects/_public.html.haml index 87dff89..11eccbd 100644 --- a/app/views/projects/_public.html.haml +++ b/app/views/projects/_public.html.haml @@ -11,7 +11,6 @@ .projects %table.table %tr - %th ID %th Name %th Last commit %th Access |