mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-20 08:15:19 +01:00
Initial commit
This commit is contained in:
5
app/views/secureLink.scala.html
Normal file
5
app/views/secureLink.scala.html
Normal file
@@ -0,0 +1,5 @@
|
||||
@(url: String)(content: Html)
|
||||
@url match{
|
||||
case NormalUrlPattern(_ @ _*) => {<a href="@url">@content</a>}
|
||||
case "" => {@content}
|
||||
}
|
||||
Reference in New Issue
Block a user