Back to Frontend

RestaurantReview.Scala

common/app/views/fragments/atoms/structureddata/restaurant/restaurantReview.scala.html

latest286 B
Original Source

@import org.joda.time.DateTime @import com.gu.contententity.thrift.entity.restaurant.Restaurant @import model.Tag @import conf.Configuration @import model.content.ReviewAtom @(review: model.content.ReviewAtom, entity: Restaurant, contributors: Seq[Tag])(implicit request: RequestHeader)