% content_for :sidebar do %>
<%#= render :partial => 'home/sidebar' %>
<% end %>
<% toolbar_menu(:mailbox) do %>
<%= render :partial => 'mailbox/menu_options' %>
<% end %>
<%= render :partial => 'location' %>
<% if params[:box].present? %>
<%= link_to 'Back', mailbox_path(:id => params[:box]) %>
<% else %>
<%= link_to 'Back', mailbox_index_path %>
<% end %>
<% content_for :headers, stylesheet_link_tag("message", :media => "screen, projection") %>
<%= render :partial => 'conversation', :locals =>{:conversation => @conversation} %>