Files
grecia/app/components/shared/comments_count_component.html.erb
taitus 2865ee286f Add comments count component
Remove all the translations that are left over after having unified them
in the component.
2022-08-19 15:40:51 +02:00

4 lines
82 B
Plaintext

<span class="comments-count">
<%= link_to_if url.present?, text, url %>
</span>