4e72566856
We only need the parent collection for creating cards. Carrying it in the rest of actions is a hassle.
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
<lexxy-prompt-item>
|
|
<template type="menu">
|
|
#<%= card.id %> <%= card.title %>
|
|
</template>
|
|
<template type="editor">
|
|
<%= link_to "##{card.id} #{card.title}", card_url(card) %>
|
|
</template>
|
|
</lexxy-prompt-item>
|