gitlab-org--gitlab-foss/app/views/projects/show.html.haml

7 lines
116 B
Plaintext
Raw Normal View History

= render "project_head"
.stats
- unless @project.description.empty?
%h3= simple_format @project.description
2011-10-18 14:44:43 +00:00
2011-10-18 11:33:30 +00:00