1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/goodbye.html.ep

29 lines
780 B
Plaintext
Raw Normal View History

2014-06-18 12:49:20 +02:00
% title $self->l('GOODBYE');
2014-04-03 17:42:54 +02:00
%= include 'header'
%= include 'public_toolbar'
<div class="container-fluid">
<br/>
<div class="jumbotron">
2014-06-17 23:08:35 +02:00
<h2>
<%= l('THANKS_SEE_YOU_SOON') %>
2014-06-17 23:08:35 +02:00
</h2>
<p>
<%= l('THANKS_FOR_USING') %>
2014-06-17 23:08:35 +02:00
</p>
<div class='row'>
<div class="col-sm-6 col-lg-4 col-xl-3">
2015-03-17 23:13:18 +01:00
<a class="btn btn-primary btn-lg btn-full" role="button" href="<%= $self->url_for('/') %>">
<%= l('BACK_TO_MAIN_MENU') %>
2014-06-17 23:08:35 +02:00
</a>
</div>
<div class="col-sm-6 col-lg-4 col-xl-3">
2015-03-17 23:13:18 +01:00
<a class="btn btn-default btn-lg btn-full" role="button" href="<%= $self->url_for('/feedback') %>">
<%= l('GIVE_US_YOUR_FEEDBACK') %>
2014-06-17 23:08:35 +02:00
</a>
</div>
</div>
2014-04-03 17:42:54 +02:00
</div>
</div>
2014-05-18 16:30:13 +02:00
%= include 'js_common'
%= include 'footer'