retrospring/app/views/shared/_collapse.html.haml
2023-01-12 21:03:44 +01:00

4 lines
176 B
Text

.collapser
%button.btn.btn-primary.btn-sm.shadow{ data: { collapse_target: "action" } }
%span.shown-text= t(".#{type}.hide")
%span.collapsed-text= t(".#{type}.show")