Price Changed
<% if @property %>
<%== render :partial => "caboose_rets/rets_mailer/property_row", :locals => { :p => @property, :url => @domain } %>
Old Price: <%= number_to_currency(@old_price, :precision => 0) %>
New Price: <%= number_to_currency(@property.list_price, :precision => 0) %>
<% end %>
|
|