<%= t("core.top_tags") %>
- <%= link_to t("core.following_tags"), dashboard_following_tags_path, class: "crayons-btn crayons-btn--ghost" %> +<%= t("views.tags.heading") %>
+ <%= link_to t("views.tags.following_tags"), dashboard_following_tags_path, class: "crayons-btn crayons-btn--ghost" %><%= sanitize tag.short_summary %>
<% end %>- <%= pluralize tag.taggings_count, "post" %> published + <%= t("views.tags.published", count: tag.taggings_count) %> <% if tag.sponsorship && tag.sponsorship.status == "live" && tag.sponsorship.expires_at > Time.current %> - | Sponsored by <%= tag.sponsorship.organization.name %> ❤️ + <%= t("views.tags.sponsor", org: tag.sponsorship.organization.name) %> <% end %>
@@ -49,7 +49,7 @@