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
Kazuhiko Shiozaki
gitlab-ce
Commits
3d019724
Commit
3d019724
authored
Oct 27, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use #author_link for blame, commits and tree
parent
c78359a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
app/views/blame/show.html.haml
app/views/blame/show.html.haml
+1
-3
app/views/commits/_commit.html.haml
app/views/commits/_commit.html.haml
+1
-2
app/views/commits/_commit_box.html.haml
app/views/commits/_commit_box.html.haml
+2
-3
No files found.
app/views/blame/show.html.haml
View file @
3d019724
...
@@ -24,9 +24,7 @@
...
@@ -24,9 +24,7 @@
-
commit
=
Commit
.
new
(
commit
)
-
commit
=
Commit
.
new
(
commit
)
-
commit
=
CommitDecorator
.
decorate
(
commit
)
-
commit
=
CommitDecorator
.
decorate
(
commit
)
%tr
%tr
%td
.author
%td
.author
=
commit
.
author_link
avatar:
true
,
size:
16
=
image_tag
gravatar_icon
(
commit
.
author_email
,
16
)
=
commit
.
author_name
%td
.blame_commit
%td
.blame_commit
%code
=
link_to
commit
.
short_id
,
project_commit_path
(
@project
,
commit
)
%code
=
link_to
commit
.
short_id
,
project_commit_path
(
@project
,
commit
)
...
...
app/views/commits/_commit.html.haml
View file @
3d019724
...
@@ -4,9 +4,8 @@
...
@@ -4,9 +4,8 @@
%strong
=
link_to
"Browse Code »"
,
project_tree_path
(
@project
,
commit
),
class:
"right"
%strong
=
link_to
"Browse Code »"
,
project_tree_path
(
@project
,
commit
),
class:
"right"
%p
%p
=
link_to
commit
.
short_id
(
8
),
project_commit_path
(
@project
,
commit
),
class:
"commit_short_id"
=
link_to
commit
.
short_id
(
8
),
project_commit_path
(
@project
,
commit
),
class:
"commit_short_id"
%strong
.commit-author-name
=
commit
.
author_name
%strong
=
commit
.
author_link
avatar:
true
,
size:
24
%span
.dash
–
%span
.dash
–
=
image_tag
gravatar_icon
(
commit
.
author_email
),
class:
"avatar"
,
width:
16
=
link_to_gfm
truncate
(
commit
.
title
,
length:
50
),
project_commit_path
(
@project
,
commit
.
id
),
class:
"row_title"
=
link_to_gfm
truncate
(
commit
.
title
,
length:
50
),
project_commit_path
(
@project
,
commit
.
id
),
class:
"row_title"
%span
.committed_ago
%span
.committed_ago
...
...
app/views/commits/_commit_box.html.haml
View file @
3d019724
...
@@ -18,16 +18,15 @@
...
@@ -18,16 +18,15 @@
.commit-info
.commit-info
.row
.row
.span5
.span5
=
image_tag
gravatar_icon
(
@commit
.
author_email
,
40
),
class:
"avatar"
.author
.author
%strong
=
@commit
.
author_
name
%strong
=
@commit
.
author_
link
avatar:
true
,
size:
40
authored
authored
%time
{
title:
@commit
.
authored_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)}
%time
{
title:
@commit
.
authored_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)}
#{
time_ago_in_words
(
@commit
.
authored_date
)
}
ago
#{
time_ago_in_words
(
@commit
.
authored_date
)
}
ago
-
if
@commit
.
different_committer?
-
if
@commit
.
different_committer?
.committer
.committer
→
→
%strong
=
@commit
.
committer_
name
%strong
=
@commit
.
committer_
link
committed
committed
%time
{
title:
@commit
.
committed_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)}
%time
{
title:
@commit
.
committed_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)}
#{
time_ago_in_words
(
@commit
.
committed_date
)
}
ago
#{
time_ago_in_words
(
@commit
.
committed_date
)
}
ago
...
...
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