retrospring/app/views/layouts/feedback.html.haml
2022-10-25 20:10:31 +02:00

18 lines
449 B
Text

.jumbotron.jumbotron--particles
.jumbotron__particles#particles
.jumbotron__content
%h1= t(".heading")
.container
- unless params[:action] == "consent"
.card
.list-group.list-group-horizontal-sm.text-center
= list_group_item t(".tab.bugs"), feedback_bugs_path
= list_group_item t(".tab.features"), feedback_features_path
.card
.card-body
= yield
= render 'shared/links'
:ruby
parent_layout "base"