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

Fix UI of project topics popover

Changelog: fixed
parent 3c4d5efb
......@@ -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