527ffc42b9
Skipping API responses, where we need absolute URLs, and those that are intended for sharing or external use: - account/join_codes/show.html.erb - Join code URL for sharing - boards/edit/_publication.html.erb - Publication URL for sharing - public/* views - Public page URLs and og:url meta tags - pwa/manifest.json.erb - PWA manifest needs absolute URLs For this, we had to replace `url_for` used with Active Storage variants and previews with the specific path helper (for Active Storage representations).
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
<lexxy-prompt-item>
|
|
<template type="menu">
|
|
#<%= card.number %> <%= card.title %>
|
|
</template>
|
|
<template type="editor">
|
|
<%= link_to "##{card.number} #{card.title}", card_path(card) %>
|
|
</template>
|
|
</lexxy-prompt-item>
|