Files
grecia/app/components/shared/see_more_link_component.html.erb
2021-02-02 22:22:37 +01:00

4 lines
102 B
Plaintext

<% if count_out_of_limit > 0 %>
<%= link_to text, url, class: html_class, title: title %>
<% end %>