Commit dde4011e authored by Tim Zallmann's avatar Tim Zallmann

Fix Haml Lint error in projects.html.haml

parent 72abcd33
......@@ -22,7 +22,7 @@
= render 'project_badges', project: project
.title
= link_to(project_path(project)), class: 'js-prefetch-document' do
= link_to project_path(project), class: 'js-prefetch-document' do
.dash-project-avatar
.avatar-container.rect-avatar.s40
= project_icon(project, alt: '', class: 'avatar project-avatar s40', width: 40, height: 40)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment