Update TextDecorator interface

This commit is contained in:
Naoki Takezoe
2016-07-13 01:43:35 +09:00
parent d5a9c2c15d
commit 0cbafdd884
4 changed files with 10 additions and 9 deletions

View File

@@ -73,7 +73,7 @@
</div>
}
@x.description.map { description =>
<div class="normal muted" style="margin-left: 36px; font-size: 80%;">@Html(helpers.detectAndRenderLinks(description))</div>
<div class="normal muted" style="margin-left: 36px; font-size: 80%;">@Html(helpers.detectAndRenderLinks(description, repository))</div>
}
}
</div>