Files
fizzy/app/views/prompts/collections/users/_user.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
350 B
Plaintext

<lexxy-prompt-item search="<%= "#{user.name} #{user.initials} #{"me" if user == Current.user}" %>" sgid="<%= user.attachable_sgid %>">
<template type="menu">
<%= avatar_image_tag user %>
<%= user.name %>
</template>
<template type="editor">
<%= avatar_image_tag user %>
<%= user.first_name %>
</template>
</lexxy-prompt-item>