.email{ :style => "#{email_global }"}
.header
%h1
= link_to logo_image, projects_url(@project)
.navigation{ :style=> email_navigation}
= answer_instructions
%p{ :style => email_text(:normal) }
= t('emailer.notify.project')
= link_to @project.name, project_url(@project)
= render 'conversation', :conversation => @conversation
= emailer_list_comments(@conversation.comments)
.actions{ :style => 'font-size: 14px; color: rgb(100,100,100); padding: 15px' }
%p= t('emailer.notify.view_this_conversation_online_html', :conversation => link_to(t('emailer.notify.view_conversation_online'), project_conversation_url(@project, @conversation)))
= emailer_answer_to_this_email
.footer{ :style => email_text(:small) }
%p
= @conversation.watchers.collect {|u| h(u) }.to_sentence
= t('emailer.notify.are_watching', :count => @conversation.watchers.size)
%p
= t('emailer.notify.stop_watching_link_html', :stop_watch => link_to(t('emailer.notify.stop_watch'), project_conversation_url(@project, @conversation)) )
= t('emailer.notify.notification_settings_link_html', :settings_link => link_to(t('emailer.notify.settings_link'), account_notifications_url) )