posts: fix favorite icon.
Fix the favorite button using the outlined heart icon instead of the solid heart icon.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<%= link_to recommended_posts_path(search: { post_id: post.id }), class: "more-recommended-posts", "data-post-id": post.id do %>
|
||||
<%= post.fav_count %>
|
||||
|
||||
<%= favorite_icon(class: "fa-xs") %>
|
||||
<%= empty_heart_icon(class: "fa-xs") %>
|
||||
|
||||
<br>more »
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user