mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-10 17:59:57 +02:00
Initial commit
This commit is contained in:
3
app/views/identifier.scala.html
Normal file
3
app/views/identifier.scala.html
Normal file
@@ -0,0 +1,3 @@
|
||||
@(identifier: Identifier, addLink: Boolean = true)
|
||||
@identifier.confidence.toString.toLowerCase:
|
||||
@secureLink(if(addLink) identifier.url else ""){@identifier.name}
|
||||
Reference in New Issue
Block a user