Commit c1c9e114 authored by Brett Bukowski's avatar Brett Bukowski

Fix "project-name" span classname typo

parent 0f31acd0
......@@ -5,7 +5,7 @@ module ProjectsHelper
def link_to_project project
link_to project do
title = content_tag(:span, project.name, class: 'projet-name')
title = content_tag(:span, project.name, class: 'project-name')
if project.namespace
namespace = content_tag(:span, "#{project.namespace.human_name} / ", class: 'namespace-name')
......
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