Skip to content
Snippets Groups Projects
Commit c1c9e114 authored by Brett Bukowski's avatar Brett Bukowski
Browse files

Fix "project-name" span classname typo

parent 0f31acd0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment