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
d00725a1
Commit
d00725a1
authored
Jan 14, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment issues after a fix on titles weight
parent
b6ae2def
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+1
-1
app/assets/stylesheets/pages/tags.scss
app/assets/stylesheets/pages/tags.scss
+1
-1
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
app/views/projects/tags/_tag.html.haml
app/views/projects/tags/_tag.html.haml
+3
-4
No files found.
app/assets/stylesheets/pages/commit.scss
View file @
d00725a1
...
...
@@ -2,7 +2,7 @@
display
:
block
;
}
.commit-row-title
.
commit-
title
{
.commit-row-title
.title
{
font-weight
:
600
;
}
...
...
app/assets/stylesheets/pages/tags.scss
View file @
d00725a1
.tag-name
{
.tag-name
{
font-weight
:
600
;
}
app/views/projects/commits/_commit.html.haml
View file @
d00725a1
...
...
@@ -11,7 +11,7 @@
=
cache
(
cache_key
)
do
%li
.commit.js-toggle-container
{
id:
"commit-#{commit.short_id}"
}
.commit-row-title
.
commit-
title.str-truncated
.title.str-truncated
=
link_to_gfm
commit
.
title
,
namespace_project_commit_path
(
project
.
namespace
,
project
,
commit
.
id
),
class:
"commit-row-message"
-
if
commit
.
description?
%a
.text-expander.js-toggle-button
...
...
...
app/views/projects/tags/_tag.html.haml
View file @
d00725a1
...
...
@@ -2,10 +2,9 @@
-
release
=
@releases
.
find
{
|
release
|
release
.
tag
==
tag
.
name
}
%li
%div
=
link_to
namespace_project_tag_path
(
@project
.
namespace
,
@project
,
tag
.
name
)
do
.tag-name
=
icon
(
'tag'
)
=
tag
.
name
=
link_to
namespace_project_tag_path
(
@project
.
namespace
,
@project
,
tag
.
name
),
class:
'tag-name'
do
=
icon
(
'tag'
)
=
tag
.
name
-
if
tag
.
message
.
present?
=
strip_gpg_signature
(
tag
.
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