2015-04-30 23:41:40 -07:00
|
|
|
extends ../layout
|
|
|
|
block content
|
|
|
|
.panel.panel-info
|
|
|
|
.panel-body.text-center
|
|
|
|
h1 You have successfully been unsubscribed.
|
|
|
|
h2 Whatever you do, keep coding! :)
|
2018-08-02 11:34:35 +01:00
|
|
|
if unsubscribeId
|
|
|
|
.col-xs-12.col-md-8.col-md-offset-2
|
|
|
|
a.btn.btn-primary.btn-lg.btn-block(href='/resubscribe/#{unsubscribeId}') You can click here to resubscribe
|