Commit show should display author & commiter info
This commit is contained in:
parent
b84b485bbe
commit
4aa2b34e79
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
%h5
|
||||
= @commit.author_name
|
||||
%small= @commit.created_at.stamp("Aug 21, 2011 9:23pm")
|
||||
- if @commit.author_name != @commit.committer_name or @commit.author_email != @commit.committer_email or @commit.authored_date != @commit.committed_date
|
||||
–
|
||||
%cite committed by
|
||||
= @commit.committer_name
|
||||
%small= @commit.committed_date.stamp("Aug 21, 2011 9:23pm")
|
||||
|
||||
%hr
|
||||
%pre.commit_message
|
||||
|
|
Loading…
Add table
Reference in a new issue