Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<@media test.media />
<#if test.hasAnyLog()>
<div class="detail-body mt-4">
<div class="detail-body">
<#list test.generatedLog as l>
<div>
<div class="float-left"><span class="badge log ${l.status.toLower()}-bg">${l.status?string}</span></div>
Expand Down