amberframework / jasper-helpers

A library of helpers for working with html for apps Crystal
https://amberframework.org
MIT License
19 stars 7 forks source link

Add overload for button_to with options but without a block #35

Closed westonganger closed 5 years ago

westonganger commented 5 years ago

Currently you cannot use button_to with options without using a block. This PR makes this normal use case possible.