mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 10:06:03 +01:00
17 lines
418 B
Text
17 lines
418 B
Text
.container
|
|
.card.bg-primary.text-bg-primary.my-3
|
|
.card-body
|
|
%h1= t(".heading")
|
|
- 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"
|