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
path: root/app
diff options
context:
space:
mode:
authorZsolt Kovari <zsolt.kovari@cern.ch>2019-07-22 15:50:46 +0300
committerFatih Acet <acetfatih@gmail.com>2019-07-22 15:50:46 +0300
commitd8b11c25512a70823ae2e231fc87e0b247765dc9 (patch)
treefb4841ac1a9cc8862aa07b0ca3bee14bab1fd0ed /app
parent0b89030e606ffbc549e543ae5d03fa4991a48c9e (diff)
Display project id on project admin page
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/projects/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 0fae8060b32..3eff0a221d7 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -55,6 +55,11 @@
= @project.created_at.to_s(:medium)
%li
+ %span.light ID:
+ %strong
+ = @project.id
+
+ %li
%span.light http:
%strong
= link_to @project.http_url_to_repo, project_path(@project)