6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
<%= turbo_frame_tag :recent_commands do %>
|
|
<ol class="terminal__menu flex-column txt-align-start margin-none margin-block-end unpad" aria-label="Recent commands">
|
|
<%= render partial: "commands/command", collection: @commands %>
|
|
</ol>
|
|
<% end %>
|