<%= t("code") %> | <%= t("description") %> | <%= t("combine") %> | <%= t("usage_limit") %> | <%= t("expiration") %> | <%= t("calculator") %> | <%= t("action") %> |
---|---|---|---|---|---|---|
<%= promotion.code %> | <%= promotion.description %> | <%= promotion.combine ? t(:yes) : t(:no) %> | <%= promotion.usage_limit %> | <%= promotion.expires_at.to_date.to_s(:short_date) if promotion.expires_at %> | <%= promotion.calculator.description if promotion.calculator %> | <%= link_to_edit promotion %> <%= link_to_delete promotion %> |