Files
subtle-storm/app/views/projects/show.html.slim
T
2025-10-21 02:18:10 +03:00

9 lines
176 B
Plaintext

h1= @project.name
section
ul.links
li= link_to 'Edit', edit_project_path(@project)
li= link_to 'Tasks', tasks_path(project: @project)
section= @project.description