Skip to content

Commit b9dd355

Browse files
committed
Fix wrong CSS name for tags
1 parent 56c3751 commit b9dd355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_dojo.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<% end %>
2020

2121
<% if dojo.tags.length > 5 %>
22-
<li class="dojo-counter"
22+
<li class="tags-more"
2323
data-title="<%= dojo.tags[5..].join(', ') %>"
2424
data-placement="bottom"
2525
data-toggle="tooltip">...</li>

0 commit comments

Comments
 (0)