12 lines
187 B
Text
12 lines
187 B
Text
<div id="<%= dom_id execution %>">
|
|
<p>
|
|
<strong>Command:</strong>
|
|
<%= execution.command_id %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Value:</strong>
|
|
<%= execution.value %>
|
|
</p>
|
|
|
|
</div>
|