mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 17:41:50 +01: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