Starts At | <%= time_tag(@offer.starts_at) if @offer.starts_at %> |
---|---|
Ends At | <%= time_tag(@offer.ends_at) if @offer.ends_at %> |
ID | <%= @offer.id %> | Permalink | <%= @offer.to_param %> |
---|---|---|---|
Status | <%= @offer.status %> | Featured | <%= @offer.featured %> |
Created At | <%= @offer.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @offer.created_at %> | Updated At | <%= @offer.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @offer.updated_at %> |