Sha256: 3b4e99720edc25580b9704ba2da27d9054cc17f27da0b2deeb858866ec1f7e94
Contents?: true
Size: 293 Bytes
Versions: 20
Compression:
Stored size: 293 Bytes
Contents
<% if activity.direct_object.is_a? Actor or activity.direct_object.respond_to? :actor %> <%= t('notification.fan')%> <% else %> <% if activity.receiver.subject.is_a?(User) %> <%= t('notification.like.user') %> <% else %> <%= t('notification.like.other') %> <% end %> <% end %>
Version data entries
20 entries across 20 versions & 2 rubygems