otwarchive-symphonyarchive/app/views/prompts/index.html.erb

9 lines
284 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<%
# this currently doesn't get called anywhere
# presumably this rather than the challenge signups index should be the list of prompts eg in a prompt meme
%>
<h2 class="heading"><%= ts("Prompts") %></h2>
<ul class="index group">
for each render partial _prompt_blurb
</ul>