We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed0b0 commit eee5140Copy full SHA for eee5140
app/views/shared/_dojo.html.erb
@@ -19,10 +19,11 @@
19
<% end %>
20
21
<% if dojo.tags.length > 5 %>
22
- <li class="tags-more"
23
- data-title="<%= dojo.tags[5..].join(', ') %>"
24
- data-placement="bottom"
25
- data-toggle="tooltip">...</li>
+ <li data-toggle="tooltip"
+ data-placement="bottom"
+ data-html="true"
+ data-template='<div class="tooltip tags-more-tooltip" role="tooltip" style="background-color: #99CCFF; opacity:1;"><div class="tooltip-arrow"></div><div class="tooltip-inner" style="background-color: #99CCFF;color :#fff; opacity:1;"></div></div>'
26
+ title="<%= dojo.tags[5..].join(', ') %>">...</li>
27
28
</ul>
29
0 commit comments