Commit db82cd25 authored by Jonas Wälter's avatar Jonas Wälter

Topic management: add link to topic detail page

Changelog: added
parent 7898e25d
......@@ -6,7 +6,7 @@
.gl-min-w-0.gl-flex-grow-1
.title
= topic.name
= link_to topic.name, topic_explore_projects_path(topic_name: topic.name)
.stats.gl-text-gray-500.gl-flex-shrink-0.gl-display-none.gl-sm-display-flex
%span.gl-ml-5.has-tooltip{ title: n_('%d project', '%d projects', topic.total_projects_count) % topic.total_projects_count }
......
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