Back to Frontend

Surging Content

admin/app/views/commercial/surgingpages.scala.html

latest453 B
Original Source

@(surgingContent: services.ophan.SurgingContent)(implicit request: RequestHeader, context: model.ApplicationContext) @import _root_.gam.printLondonTime @admin_main("Commercial", isAuthed = true, hasCharts = true) {

Surging Content

Guardian content that is currently surging.

Last updated: @printLondonTime(surgingContent.lastUpdated)

@for((path, pvs) <- surgingContent.sortedSurges) { 1. @path (@pvs) } }