Switch to side-by-side view
--- a/ForgeGit/forgegit/templates/commit.html +++ b/ForgeGit/forgegit/templates/commit.html @@ -22,7 +22,7 @@ <tbody> <tr py:for="kind, path in commit.diff_summarize()"> <td>$kind</td> - <td><a href="./tree/$path">$path</a></td> + <td><a href="./tree/${h.really_unicode(path)}">${h.really_unicode(path)}</a></td> </tr> </tbody> </table>