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
21ec0b14
Commit
21ec0b14
authored
Nov 06, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consistency fixes
parent
892de12d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
_tag.html.haml
app/views/projects/tags/_tag.html.haml
+1
-1
index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
show.html.haml
app/views/projects/tags/show.html.haml
+1
-1
No files found.
app/views/projects/tags/_tag.html.haml
View file @
21ec0b14
...
...
@@ -18,7 +18,7 @@
=
render
'projects/branches/commit'
,
commit:
commit
,
project:
@project
-
else
%p
=
s_
(
'TagsPage|Cannot find HEAD commit for this tag'
)
=
s_
(
"TagsPage|Can't find HEAD commit for this tag"
)
-
if
release
&&
release
.
description
.
present?
.description.prepend-top-default
.wiki
...
...
app/views/projects/tags/index.html.haml
View file @
21ec0b14
-
@no_container
=
true
-
@sort
||=
sort_value_recently_updated
-
page_title
_
(
'Tags'
)
-
page_title
_
(
'Tags
Page|Tags
'
)
-
add_to_breadcrumbs
(
"Repository"
,
project_tree_path
(
@project
))
.flex-list
{
class:
container_class
}
...
...
app/views/projects/tags/show.html.haml
View file @
21ec0b14
...
...
@@ -16,7 +16,7 @@
-
if
@commit
=
render
'projects/branches/commit'
,
commit:
@commit
,
project:
@project
-
else
=
s_
(
'TagsPage|Cannot find HEAD commit for this tag'
)
=
s_
(
"TagsPage|Can't find HEAD commit for this tag"
)
.nav-controls.controls-flex
-
if
can?
(
current_user
,
:push_code
,
@project
)
...
...
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