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
1
Merge Requests
1
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
nexedi
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/tags/_tag.html.haml
app/views/projects/tags/_tag.html.haml
+1
-1
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
app/views/projects/tags/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