<% content_for :head do %> <%= javascript_include_tag "messages" %> <% end %> <% content_for :heading do %>

<%= t(".my_inbox_html", :inbox_link => link_to(t(".inbox"), inbox_messages_path)) %>/<%= t ".outbox" %>

<% end %>

<%= t ".messages", :count => current_user.sent_messages.size %>

<% if current_user.sent_messages.size > 0 %> <%= render :partial => "sent_message_summary", :collection => current_user.sent_messages %>
<%= t ".to" %> <%= t ".subject" %> <%= t ".date" %>
<% else %>
<%= t(".no_sent_messages_html", :people_mapping_nearby_link => link_to(t(".people_mapping_nearby"), user_path(current_user))) %>
<% end %>