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

17 lines
250 B
Text

<div id="<%= dom_id key_bind %>">
<p>
<strong>Setup:</strong>
<%= key_bind.setup_id %>
</p>
<p>
<strong>Key:</strong>
<%= key_bind.key_id %>
</p>
<p>
<strong>Batch:</strong>
<%= key_bind.batch_id %>
</p>
</div>