left4me/rails/app/views/executions/_execution.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

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>