Rewrite relative links to reflect the base url of the repo.

This commit is contained in:
Tobias Roeser
2014-03-04 11:38:56 +01:00
parent 0311359922
commit 3db3bf1b74
4 changed files with 50 additions and 25 deletions

View File

@@ -80,7 +80,7 @@
@readme.map { case(file, content) =>
<div id="readme" class="box">
<div class="box-header">@file.name</div>
<div class="box-content markdown-body">@renderMarkup(file.name, content, repository, false, false)</div>
<div class="box-content markdown-body">@renderMarkup(file.name, content, branch, repository, false, false)</div>
</div>
}
}