module JasperHelpers::Links

Direct including types

Defined in:

jasper_helpers/links.cr

Instance Method Summary

Instance Method Detail

def button_to(body : String, url : String, method = :post) #

[View source]
def button_to(body : String, url : String, method = :post, **options : Object) #

[View source]
def link_to(body : String, url : String) #

[View source]
def link_to(body : String, url : String, **options : Object) #

[View source]
def link_to(url : String, &) #

[View source]
def link_to(url : String, **options : Object, &) #

[View source]