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
Tatuya Kamada
gitlab-ce
Commits
56af5f5c
Commit
56af5f5c
authored
Feb 19, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve commits page UI
parent
2f2d82e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+1
-1
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+3
-3
No files found.
app/assets/stylesheets/sections/commits.scss
View file @
56af5f5c
...
...
@@ -14,7 +14,7 @@
.lists-separator
{
margin
:
10px
0
;
border-
top
:
1px
dashed
#CCC
;
border-
color
:
#DDD
;
}
.commits-row
{
...
...
app/views/projects/commits/_commit.html.haml
View file @
56af5f5c
...
...
@@ -5,7 +5,8 @@
-
if
commit
.
description?
%a
.text-expander.js-toggle-button
...
=
link_to_browse_code
(
project
,
commit
)
.pull-right
=
link_to
commit
.
short_id
,
project_commit_path
(
project
,
commit
),
class:
"commit_short_id"
.notes_count
-
if
@note_counts
...
...
@@ -28,5 +29,4 @@
authored
.committed_ago
#{
time_ago_with_tooltip
(
commit
.
committed_date
)
}
.pull-right
=
link_to
commit
.
short_id
,
project_commit_path
(
project
,
commit
),
class:
"commit_short_id"
=
link_to_browse_code
(
project
,
commit
)
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