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
b708c0d3
Commit
b708c0d3
authored
Nov 01, 2016
by
Dimitrie Hoekstra
Committed by
Fatih Acet
Nov 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated styling commit SHA on branches page + added to changelog
parent
957744da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+16
-1
app/views/projects/branches/_commit.html.haml
app/views/projects/branches/_commit.html.haml
+2
-0
No files found.
CHANGELOG.md
View file @
b708c0d3
...
...
@@ -66,6 +66,7 @@ entry.
-
Improve search query parameter naming in /admin/users !7115 (YarNayar)
-
Fix table pagination to be responsive
-
Allow to search for user by secondary email address in the admin interface(/admin/users) !7115 (YarNayar)
-
Updated commit SHA styling on the branches page.
## 8.13.3 (2016-11-02)
...
...
app/assets/stylesheets/pages/commits.scss
View file @
b708c0d3
...
...
@@ -164,7 +164,22 @@
.branch-commit
{
color
:
$gl-gray
;
.commit-id
,
.commit-icon
{
text-align
:
center
;
display
:
inline-block
;
svg
{
height
:
14px
;
width
:
14px
;
vertical-align
:
middle
;
fill
:
$table-text-gray
;
}
}
.commit-id
{
color
:
$gl-link-color
;
}
.commit-row-message
{
color
:
$gl-gray
;
}
...
...
app/views/projects/branches/_commit.html.haml
View file @
b708c0d3
.branch-commit
.icon-container.commit-icon
=
custom_icon
(
"icon_commit"
)
=
link_to
commit
.
short_id
,
namespace_project_commit_path
(
project
.
namespace
,
project
,
commit
.
id
),
class:
"commit-id monospace"
·
%span
.str-truncated
...
...
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