module Lucky::LinkHelpers
Direct including types
Defined in:
lucky/tags/link_helpers.crInstance Method Summary
- #link(text, to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
- #link(to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
- #link(to : Lucky::RouteHelper, href : String, **html_options, &) : Nil
- #link(to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil
- #link(text, to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
- #link(to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
- #link(to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil
- #link(text, to : String, attrs : Array(Symbol) = [] of Symbol, **html_options)
- #link(to : String, attrs : Array(Symbol) = [] of Symbol, **html_options, &)
Instance Method Detail
def link(text, to : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
#
def link(text, to : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
#