!!!
%html{lang: "en"}
%head
%title= t('title')
%link{href: "css/reset.css", rel: "stylesheet", type: "text/css"}/
%link{href: "css/styles.css", rel: "stylesheet", type: "text/css"}/
%meta{content: "text/html; charset=US-ASCII", "http-equiv" => "content-type"}/
= render 'style'
%body
#container
= image_tag 'logo.jpg', id: 'logo'
#message
%h1 #{t('.hello')} #{@user.username},
%p
= t('.you_have_been_unsubscribed')
= link_to 'Téléchargements Padmakara', root_url
= t('.and_wont_receive_any_more_emails')
= t("email_subscriptions.when.#{params[:subject]}")
= form_tag @subscribe_again_url, id: 'subscribe-form' do
= label_tag t('.if_you_didnt_mean_it')
= submit_tag t('.subscribe_again'), class: 'submit'