Skip to content

Commit

Permalink
Update _miniCard.html.erb
Browse files Browse the repository at this point in the history
Fix to issue publiclab#7646.
  • Loading branch information
Alexjake660 committed Mar 15, 2020
1 parent a66a27b commit 6d1115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/_miniCard.html.erb
@@ -1,7 +1,7 @@
<div class="card" style="clear:left;">
<div class="card-body">

<a class="ellipsis pull-right" data-toggle="dropdown"><i class="fa fa-ellipsis-h" style="color:#666;font-size:18px;margin-right:10px;"></i></a>
<a class="ellipsis pull-right" data-toggle="dropdown" style="cursor:pointer"><i class="fa fa-ellipsis-h" style="color:#666;font-size:18px;margin-right:10px;"></i></a>
<div class="dropdown-menu" style = "font-size:13px;">
<div class="dropdown-item"><a href='/tag/<%= tag.name %>' style="color:black; text-decoration: underline;"><%= Tag.tagged_node_count(tag.name) || 0 %> notes</a></div>
<div class="dropdown-item">created by <a href='/profile/<%= tag.try(:author).try(:username) %>' style="color:black; text-decoration: underline;"><%= tag.try(:author).try(:username) %></a> <%= time_ago_in_words(Time.at(tag.date)) %> ago</div>
Expand Down

0 comments on commit 6d1115c

Please sign in to comment.