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
Boxiang Sun
gitlab-ce
Commits
2580e198
Commit
2580e198
authored
Jun 05, 2018
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix padding in commit info
parent
ebdc7f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+4
-0
app/views/projects/commit/branches.html.haml
app/views/projects/commit/branches.html.haml
+1
-1
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
2580e198
...
...
@@ -213,6 +213,10 @@ table {
border-bottom
:
1px
solid
$well-inner-border
;
}
}
.badge.badge-gray
{
background-color
:
$well-expand-item
;
}
}
.card
{
...
...
app/views/projects/commit/branches.html.haml
View file @
2580e198
...
...
@@ -6,7 +6,7 @@
-
if
@branches
.
any?
||
@tags
.
any?
||
@tags_limit_exceeded
%span
=
link_to
"#"
,
class:
"js-details-expand
label label
-gray ref-name"
do
=
link_to
"#"
,
class:
"js-details-expand
badge badge
-gray ref-name"
do
=
sprite_icon
(
'ellipsis_h'
,
size:
12
,
css_class:
'vertical-align-middle'
)
%span
.js-details-content.hide
=
commit_branches_links
(
@project
,
@branches
)
...
...
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