Commit 119e4dd8 authored by Peter Hegman's avatar Peter Hegman

Merge branch 'topics/admin-link-to-detail-page' into 'master'

Topic management: add link to topic detail page

See merge request gitlab-org/gitlab!73648
parents 6e016e25 db82cd25
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.gl-min-w-0.gl-flex-grow-1 .gl-min-w-0.gl-flex-grow-1
.title .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 .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 } %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