<%= t(:name) %> | <%= t(:code) %> | <%= t(:description) %> | <%= t(:usage_limit) %> | <%= t(:expiration) %> | <%= t(:action) %> |
---|---|---|---|---|---|
<%= promotion.name %> | <%= promotion.code %> | <%= promotion.description %> | <%= promotion.usage_limit %> | <%= promotion.expires_at.to_date.to_s(:short_date) if promotion.expires_at %> | <%= link_to_edit promotion %> <%= link_to_delete promotion %> |