diff --git a/app/views/libraryIdentificationList.scala.html b/app/views/libraryIdentificationList.scala.html index 58ab835..c8acad4 100644 --- a/app/views/libraryIdentificationList.scala.html +++ b/app/views/libraryIdentificationList.scala.html @@ -10,11 +10,15 @@ // So, making the implicit explicit is a workaround for this issue. Ordering.Tuple4[Confidence.Value, String, String, String] } +@cleanIdentifiers(identifiers: Set[Identifier]) = @{ + if(addLink) identifiers + else identifiers.map(_.copy(url = "")) // Quick workaround for multiplicities caused by different URL +} \ No newline at end of file