@(active: String, repository: service.RepositoryService.RepositoryInfo, id: Option[String] = None)(body: Html)(implicit context: app.Context)
@import context._
@import view.helpers._
HTTP clone URL
@helper.html.copy("repository-url-copy", repository.httpUrl){
@*
@if(settings.ssh && loginAccount.isDefined){
} else {
HTTP
}
*@
}
@if(settings.ssh && loginAccount.isDefined){
}
@repository.repository.description.map { description =>
@description
}
@body