2011-03-11 10:06:14 +00:00
|
|
|
- if commit.committer != commit.author
|
|
|
|
.row.author Author: #{commit.author}, #{commit_date(commit.authored_date)}
|
|
|
|
.row.committer Committer: #{commit.committer}, #{commit_date(commit.committed_date)}
|
2011-03-10 13:39:49 +00:00
|
|
|
- else
|
2011-03-11 10:06:14 +00:00
|
|
|
.row.author #{commit.author}, #{commit_date(commit.committed_date)}
|