Files
fizzy/app/views/prompts/commands/_command.html.erb
T
2025-07-03 09:57:01 +02:00

11 lines
331 B
Plaintext

<% command, description, editor_version = command %>
<lexical-prompt-item search="<%= description %> <%= command %>">
<template type="menu">
<code><%= command %></code> <%= description %>
</template>
<template type="editor">
<%= editor_version.gsub(/ +$/, "&nbsp;").html_safe %>
</template>
</lexical-prompt-item>