Skip to content

Commit

Permalink
tag change (#8016)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakpranav committed Jun 11, 2020
1 parent e8ca4ab commit c056cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/_related.html.erb
@@ -1,6 +1,6 @@
<div class="row related-tags">
<ul class= "list-inline col-lg-10">
<li class="list-inline-item"><strong style="font-size:11px;">Related Topics:</strong></li>
<li class="list-inline-item"><strong style="font-size:11px;">Related Tags:</strong></li>
<% tags.each do |tag| %>
<li class="list-inline-item"><a href='/tag/<%= tag.name %>' id="tag_<%= tag.tid %>" class="badge <%= tag.name.include?(":") ? 'badge-primary' : 'badge-secondary' %>">
<%= tag.name %>
Expand Down

0 comments on commit c056cb0

Please sign in to comment.