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
iv
gitlab-ce
Commits
3df5fee4
Commit
3df5fee4
authored
Apr 05, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyle tags page
parent
0da5a4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
24 deletions
+23
-24
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+1
-0
app/views/repositories/tags.html.haml
app/views/repositories/tags.html.haml
+22
-24
No files found.
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
3df5fee4
...
...
@@ -14,6 +14,7 @@
.append-bottom-20
{
margin-bottom
:
20px
}
.prepend-top-10
{
margin-top
:
10px
}
.prepend-top-20
{
margin-top
:
20px
}
.prepend-left
{
margin-left
:
20px
}
.padded
{
padding
:
20px
}
.ipadded
{
padding
:
20px
!
important
}
.lborder
{
border-left
:
1px
solid
#eee
}
...
...
app/views/repositories/tags.html.haml
View file @
3df5fee4
=
render
"commits/head"
-
unless
@tags
.
empty?
%table
%thead
%tr
%th
Name
%th
Last commit
%th
%ul
.bordered-list
-
@tags
.
each
do
|
tag
|
-
commit
=
Commit
.
new
(
Gitlab
::
Git
::
Commit
.
new
(
tag
.
commit
))
%tr
%td
%strong
=
link_to
project_commits_path
(
@project
,
tag
.
name
),
class:
""
do
%i
.icon-tag
=
tag
.
name
%small
.light
=
truncate
(
tag
.
message
||
''
,
length:
70
)
%td
=
image_tag
gravatar_icon
(
commit
.
author_email
),
class:
"avatar s16"
=
link_to
project_commit_path
(
@project
,
commit
.
id
),
class:
'commit_short_id'
do
=
commit
.
short_id
%span
.light
=
time_ago_in_words
(
commit
.
committed_date
)
ago
%td
%li
%h5
=
link_to
project_commits_path
(
@project
,
tag
.
name
),
class:
""
do
%i
.icon-tag
=
tag
.
name
%small
=
truncate
(
tag
.
message
||
''
,
length:
70
)
.pull-right
%span
.light
=
time_ago_in_words
(
commit
.
committed_date
)
ago
%div
.prepend-left
=
link_to
commit
.
short_id
(
8
),
project_commit_path
(
@project
,
commit
),
class:
"monospace"
–
=
link_to_gfm
truncate
(
commit
.
title
,
length:
70
),
project_commit_path
(
@project
,
commit
.
id
),
class:
"cdark"
-
if
can?
current_user
,
:download_code
,
@project
=
link_to
archive_project_repository_path
(
@project
,
ref:
tag
.
name
)
do
%i
.icon-download-alt
Download
.pull-right
=
link_to
archive_project_repository_path
(
@project
,
ref:
tag
.
name
)
do
%i
.icon-download-alt
Download
-
else
%h3
.nothing_here_message
...
...
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