Back to Frontend

HostedGalleryOnward.Scala

commercial/app/views/hosted/hostedGalleryOnward.scala.html

latest211 B
Original Source

@import common.commercial.hosted.HostedPage @(trails: Seq[HostedPage])(implicit request: RequestHeader) @if(trails.isEmpty) {

} else { @for(trail <- trails) { [

More

@{trail.title}

](@{trail.url}) } }