2022-01-22 00:33:37 +01:00
|
|
|
.jumbotron.jumbotron--particles
|
|
|
|
.jumbotron__particles#particles
|
|
|
|
.jumbotron__content
|
2022-07-31 20:34:05 +02:00
|
|
|
%h1= t(".heading")
|
2022-01-22 00:33:37 +01:00
|
|
|
.container
|
2022-01-22 08:17:09 +01:00
|
|
|
- unless params[:action] == "consent"
|
2022-01-22 00:33:37 +01:00
|
|
|
.card
|
|
|
|
.list-group.list-group-horizontal-sm.text-center
|
2022-07-31 20:34:05 +02:00
|
|
|
= list_group_item t(".tab.bugs"), feedback_bugs_path
|
|
|
|
= list_group_item t(".tab.features"), feedback_features_path
|
2022-01-22 00:33:37 +01:00
|
|
|
.card
|
|
|
|
.card-body
|
|
|
|
= yield
|
|
|
|
|
|
|
|
:ruby
|
2022-01-22 08:17:09 +01:00
|
|
|
parent_layout "base"
|