Commit 6d57acce authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6764 from BrettBukowski/classname-typo

Fix "project-name" span classname typo
parents 5f9592e4 c1c9e114
......@@ -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