Price | <%= @service.price %> |
---|---|
Duration | <%= @service.duration %> |
ID | <%= @service.id %> | Permalink | <%= @service.permalink %> |
---|---|---|---|
Status | <%= @service.status %> | Featured | <%= @service.featured? ? "Yes" : "No" %> |
Price | <%= @service.price %> | Duration | <%= @service.duration %> |
Category | <%= "#{@service.category.name} (#{@service.category.id})" if @service.category %> | Priority | <%= @service.priority %> |
Created At | <%= @service.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @service.created_at %> | Updated At | <%= @service.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @service.updated_at %> |