Files
parse/app/views/projects/_project.html.erb
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

8 lines
105 B
Plaintext

<div id="<%= dom_id project %>">
<p>
<strong>Name:</strong>
<%= project.name %>
</p>
</div>