mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-14 15:53:53 +01:00
7 lines
166 B
HTML
7 lines
166 B
HTML
@(name: String, items: Seq[(ReportInfo, Html)])
|
|
<strong>@name:</strong>
|
|
<ul>
|
|
@for((name, i) <- items){
|
|
<li>@friendlyProjectName(name): @i</li>
|
|
}
|
|
</ul> |