Back to Frontend

CrosswordFooter.Scala

applications/app/views/fragments/crosswords/crosswordFooter.scala.html

latest372 B
Original Source

@(crosswordPage: crosswords.CrosswordPageWithContent)(implicit request: RequestHeader)

@fragments.discussionFooter(crosswordPage.item.content, crosswordPage.item.trail.isCommentable, crosswordPage.item.trail.isClosedForComments, crosswordPage.item.content.shortUrlId) @if(crosswordPage.item.trail.isCommentable) {

} @fragments.onwardPlaceholder(isPaidContent = false)