comparison src/view_course.html.luan @ 48:a119fc092f42

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 Aug 2025 08:28:13 +0900
parents 3cd6f36c81d4
children 85c5f62070d8
comparison
equal deleted inserted replaced
47:3cd6f36c81d4 48:a119fc092f42
38 38
39 <h2><%= course.name_html() %></h2> 39 <h2><%= course.name_html() %></h2>
40 40
41 <h3><%= course.language_name() %></h3> 41 <h3><%= course.language_name() %></h3>
42 42
43 <p><a href="new_chat.red?course=<%=course.id%>">new chat</a></p> 43 <p><a href="new_chat.red?course=<%=course.id%>">New chat</a></p>
44 44
45 <h4>AI system prompt</h4> 45 <h4>AI system prompt</h4>
46 <pre><%=html_encode(course.ai_system_prompt)%></pre> 46 <pre><%=html_encode(course.ai_system_prompt)%></pre>
47 47
48 <h4>AI first message (optional)</h4> 48 <h4>AI first message (optional)</h4>