Back to Frontend

BlockLevelSharing.Scala

common/app/views/fragments/share/blockLevelSharing.scala.html

latest274 B
Original Source

@import model.DotcomContentType @(id: String, shareItems: Seq[model.ShareLink], contentType: DotcomContentType, isNewGallery: Boolean = false)

@shareItems.map { item: model.ShareLink => @fragments.inlineSvg("share-" + item.css, "icon") Share on @item.text }