summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/packages/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/packages/packages/show.html.haml')
-rw-r--r--app/views/projects/packages/packages/show.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/projects/packages/packages/show.html.haml b/app/views/projects/packages/packages/show.html.haml
deleted file mode 100644
index ebdc9e654f6..00000000000
--- a/app/views/projects/packages/packages/show.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-- add_to_breadcrumbs _("Package Registry"), project_packages_path(@project)
-- add_to_breadcrumbs @package.name, project_packages_path(@project)
-- breadcrumb_title @package.version
-- page_title _("Package Registry")
-- @content_class = "limit-container-width" unless fluid_layout
-
-.row
- .col-12
- #js-vue-packages-detail-new{ data: package_details_data(@project, @package) }