Back to Frontend

PodcastEpisodes.Scala

onward/app/views/fragments/podcastEpisodes.scala.html

latest228 B
Original Source

@(audios: Seq[model.ContentType])(implicit request: RequestHeader) @import views.support.Seq2zipWithRowInfo

More from this series

@audios.zipWithRowInfo.map{ case (audio, row) => @fragments.mediaItem(audio, row.rowNum) }