Files
fizzy/app/views/prompts/commands/_command.html.erb
T
Jorge Manrubia 5b5c698af7 Rename Action Text Lexical => Lexxy
 Conflicts:
	app/assets/stylesheets/terminals.css
2025-08-26 08:25:19 +02:00

11 lines
327 B
Plaintext

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