BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a4a6b0f5
Unverified
Commit
a4a6b0f5
authored
Sep 22, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes unused file
parent
d0e5bafa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
_image.html.haml
app/views/projects/registry/repositories/_image.html.haml
+0
-32
No files found.
app/views/projects/registry/repositories/_image.html.haml
deleted
100644 → 0
View file @
d0e5bafa
.container-image.js-toggle-container
.container-image-head
=
link_to
"#"
,
class:
"js-toggle-button"
do
=
icon
(
'chevron-down'
,
'aria-hidden'
:
'true'
)
=
escape_once
(
image
.
path
)
=
clipboard_button
(
clipboard_text:
"docker pull
#{
image
.
location
}
"
)
-
if
can?
(
current_user
,
:update_container_image
,
@project
)
.controls.hidden-xs.pull-right
=
link_to
project_container_registry_path
(
@project
,
image
),
class:
'btn btn-remove has-tooltip'
,
title:
'Remove repository'
,
data:
{
confirm:
'Are you sure?'
},
method: :delete
do
=
icon
(
'trash cred'
,
'aria-hidden'
:
'true'
)
.container-image-tags.js-toggle-content.hide
-
if
image
.
has_tags?
.table-holder
%table
.table.tags
%thead
%tr
%th
Tag
%th
Tag ID
%th
Size
%th
Created
-
if
can?
(
current_user
,
:update_container_image
,
@project
)
%th
=
render
partial:
'tag'
,
collection:
image
.
tags
-
else
.nothing-here-block
No tags in Container Registry for this container image.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment