Retrospring/app/views/layouts/feedback.haml

17 lines
410 B
Plaintext
Raw Normal View History

2022-01-21 15:33:37 -08:00
.jumbotron.jumbotron--particles
.jumbotron__particles#particles
.jumbotron__content
%h1 Feedback
.container
2022-01-21 23:17:09 -08:00
- unless params[:action] == "consent"
2022-01-21 15:33:37 -08:00
.card
.list-group.list-group-horizontal-sm.text-center
= list_group_item "Bugs", feedback_bugs_path
= list_group_item "Feature Requests", feedback_features_path
.card
.card-body
= yield
:ruby
2022-01-21 23:17:09 -08:00
parent_layout "base"