Commit 861f342b authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'fix/project-topics-popover' into 'master'

Fix UI of project topics popover

See merge request gitlab-org/gitlab!67825
parents a262f102 a69856f6
......@@ -19,7 +19,7 @@
- if project.has_extra_topics?
- title = _('More topics')
- content = capture do
%span.gl-display-inline-flex
%span.gl-display-inline-flex.gl-flex-wrap
- project.topics_not_shown.each do |topic|
- explore_project_topic_path = explore_projects_path(topic: topic)
- if topic.length > max_project_topic_length
......
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