summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-21 22:28:18 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-21 22:28:18 +0200
commit9c951f3a0f379b0f459988106cf3f839acdadbe2 (patch)
treead51cb1700689bfa0915a1319576412d68f66150 /app/views/nodes
parent987c8224c7f1bafb84d5e284ff0093921b92f1a0 (diff)
More PDF headline eligibility
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index 07b42d48..f06ccafc 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -102,7 +102,7 @@
102 </li> 102 </li>
103 <% end %> 103 <% end %>
104 </ul> 104 </ul>
105 <p class="field_hint">The starred photo becomes this page's headline image on the public site. If none is starred, visitors get a link to browse all attached images instead.</p> 105 <p class="field_hint">The starred image or PDF becomes this page's headline on the public site. If none is starred, visitors get a link to browse all attached images instead.</p>
106 <%= text_field_tag nil, nil, id: "related_asset_search_term", placeholder: "Search images to attach…", autocomplete: "off" %> 106 <%= text_field_tag nil, nil, id: "related_asset_search_term", placeholder: "Search images to attach…", autocomplete: "off" %>
107 <div id="related_asset_search_results" class="search_results"></div> 107 <div id="related_asset_search_results" class="search_results"></div>
108 </div> 108 </div>