<%= t('.age') %>: <%= time_ago_in_words(@inquiry.created_at) %>
<% if @inquiry.spam? %><%= t('.spam') %>: <%= t('.spam_yes') %>
<% end %><%= t('.to') %> | <%= RefinerySetting[:site_name] %> |
<%= t('.from') %> | <%= @inquiry.name %> [<%= mail_to @inquiry.email, @inquiry.email, {:title => t('.click_to_email')} %>] |
<%= t('.phone') %> | <%= @inquiry.phone %> |
<%= t('.date') %> | <%= l(Date.parse(@inquiry.created_at.to_s), :format => :long) %> |
<%= t('.message') %> | <%= simple_format @inquiry.message, :style => 'margin-top: 0' %> |