mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-22 00:59:55 +01:00
Initial commit
This commit is contained in:
7
app/views/identifiers.scala.html
Normal file
7
app/views/identifiers.scala.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@(identifiers: Set[Identifier])
|
||||
|
||||
@for(i <- identifiers){
|
||||
<div class="identifier">
|
||||
@identifier(i)
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user