Add link_button_to helper
This provides an easier migration path for links that look like buttons than using `Pajamas::ButtonComponent` itself. This is because the method signature is much more similar to `link_to` than `Pajamas::ButtonComponent`. It's also slightly less verbose, which seems reasonable for such a common use case.
想要评论请 注册 或 登录