2019-11-30 08:36:21 +01:00
|
|
|
<div class="media">
|
|
|
|
<div class="media-left">
|
|
|
|
<p class="media-object">
|
|
|
|
<span class="glyphicon glyphicon-asterisk" aria-hidden="hidden">
|
|
|
|
<div class="media-body">
|
|
|
|
^{submissionHeader fullSubmissionInfo}
|
2019-11-30 11:04:52 +01:00
|
|
|
|
|
|
|
$case tableEntryParams entry
|
|
|
|
$of []
|
|
|
|
$of _
|
|
|
|
^{Table.buildBootstrap paramsTable (map entityVal $ tableEntryParams entry)}
|
|
|
|
|
2019-11-30 08:36:21 +01:00
|
|
|
$forall output <- outputs
|
2019-11-30 11:04:52 +01:00
|
|
|
^{viewOutput entry tests output}
|