Module: Lesli::HtmlHelper

Defined in:
app/helpers/lesli/html_helper.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
# File 'app/helpers/lesli/html_helper.rb', line 4

def turbo_link_to body, url, html_options = {}
    link_to(body, url, class: "link", data: { turbo_frame: '_top' })
end