Commit show should display author & commiter info

This commit is contained in:
Dmitriy Zaporozhets 2012-02-15 00:21:00 +02:00
parent b84b485bbe
commit 4aa2b34e79

View file

@ -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