Generalize the file index of diff.

This commit is contained in:
takezoe
2013-09-22 04:05:51 +09:00
parent 4261b7adbe
commit 4e63d64c13
6 changed files with 45 additions and 133 deletions

View File

@@ -45,7 +45,7 @@
@pulls.html.commits(issue, pullreq, dayByDayCommits, hasWritePermission, repository)
</div>
<div class="tab-pane" id="files">
@pulls.html.files(issue, pullreq, diffs, commits.head.id, commits.last.id, hasWritePermission, repository)
@helper.html.diff(diffs, repository, Some(commits.head.id), Some(commits.last.id), true)
</div>
</div>
}