% content_for :page_title do %> <%= I18n.t("spree.feedback_review_for", review: @review.title) %> <% end %> <% content_for :page_actions do %>
<%= I18n.t("spree.user") %> | <%= I18n.t("spree.stars") %> | <%= I18n.t("spree.date") %> | |
---|---|---|---|
<%= l feedback.created_at %> | <%= feedback.user.try(:login) || I18n.t("spree.anonymous") %> | <%= feedback.rating %> | <%= link_to_delete feedback, no_text: true %> |