<% if @notification.like_target.public? %> <%= "#{t(".liked", name: @notification.sender_name)}:" %> <%= post_message(@notification.like_target) %> <% else %> <%= "#{t("notifier.liked.limited_post", name: @notification.sender_name)}." %> <% end %> <%= t(".view_post") %> <%= post_url(@notification.like_target) %>