diff --git a/app/views/hold/browse.scala.html b/app/views/hold/browse.scala.html index d8f102b..372dd3c 100644 --- a/app/views/hold/browse.scala.html +++ b/app/views/hold/browse.scala.html @@ -3,6 +3,9 @@ * Copyright (c) 2015 MIT Libraries * *****************************************************************************@ @(id: Int, holds: List[Hold], page: Int, total: Long)(implicit request: play.api.mvc.RequestHeader) +@reason(topic: Topic) = { +
@topic.scheme.tag: @topic.tag
+} @layout.main("Holds Browse - TopicHub") {