Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
3c0244d3
Commit
3c0244d3
authored
Nov 05, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retyle tag show page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
900419c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
14 deletions
+10
-14
app/views/projects/tags/show.html.haml
app/views/projects/tags/show.html.haml
+10
-14
No files found.
app/views/projects/tags/show.html.haml
View file @
3c0244d3
...
...
@@ -16,14 +16,17 @@
.pull-right
=
link_to
namespace_project_tag_path
(
@project
.
namespace
,
@project
,
@tag
.
name
),
class:
'btn btn-remove remove-row grouped'
,
method: :delete
,
data:
{
confirm:
'Removed tag cannot be restored. Are you sure?'
}
do
%i
.fa.fa-trash-o
-
if
@tag
.
message
.
present?
.title
%strong
=
@tag
.
name
=
strip_gpg_signature
(
@tag
.
message
)
.title
%strong
=
@tag
.
name
-
if
@tag
.
message
.
present?
%span
.light
=
strip_gpg_signature
(
@tag
.
message
)
-
if
@commit
=
render
'projects/branches/commit'
,
commit:
@commit
,
project:
@project
-
else
.oneline
.title
%strong
=
@tag
.
name
Cant find HEAD commit for this tag
.append-bottom-default.prepend-top-default
-
if
@release
.
description
.
present?
...
...
@@ -33,10 +36,3 @@
=
markdown
@release
.
description
-
else
This tag has no release notes yet. Press edit button to add one
.gray-content-block.second-block
-
if
@commit
=
render
'projects/commits/commit'
,
commit:
@commit
,
project:
@project
-
else
Cant find HEAD commit for this tag
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