gateway/app/views/elements/_button.haml

3 lines
208 B
Plaintext
Raw Normal View History

2022-11-23 10:05:22 +01:00
%a.inline-block.rounded.bg-emerald-600.px-12.py-3.text-sm.font-medium.text-white.transition.hover:bg-emerald-700.focus:outline-none.focus:ring.focus:ring-yellow-400{:href => button["link"]}
=button['text']