module Lucky::LinkHelpers

Direct including types

Defined in:

lucky/tags/link_helpers.cr

Instance Method Summary

Instance Method Detail

def link(text, to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil #

[View source]
def link(to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil #

[View source]
def link(to : Lucky::RouteHelper, href : String, **html_options, &) : Nil #

[View source]
def link(to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil #

[View source]
def link(text, to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil #

[View source]
def link(to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil #

[View source]
def link(to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil #

[View source]
def link(text, to : String, attrs : Array(Symbol) = [] of Symbol, **html_options) #

[View source]
def link(to : String, attrs : Array(Symbol) = [] of Symbol, **html_options, &) #

[View source]