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

12 lines
187 B
Text

<div id="<%= dom_id action %>">
<p>
<strong>Batch:</strong>
<%= action.batch_id %>
</p>
<p>
<strong>Actionable:</strong>
<%= action.actionable_id %>
</p>
</div>