(refs #417) Correct wiki repository url

This commit is contained in:
Tomofumi Tanaka
2014-06-25 23:40:41 +09:00
parent 84a4b8fd92
commit e2cde81b72

View File

@@ -43,7 +43,7 @@
<div class="small">
<strong>Clone this wiki locally</strong>
</div>
@helper.html.copy("repository-url-copy", repository.httpUrl){
@helper.html.copy("repository-url-copy", httpUrl(repository)){
<input type="text" value="@httpUrl(repository)" id="repository-url" style="width: 160px;" readonly>
}
@if(settings.ssh && loginAccount.isDefined){