Module: Lesli::HtmlHelper
- Defined in:
- app/helpers/lesli/html_helper.rb
Instance Method Summary collapse
Instance Method Details
#turbo_link_to(body, url, html_options = {}) ⇒ Object
4 5 6 |
# File 'app/helpers/lesli/html_helper.rb', line 4 def turbo_link_to body, url, = {} link_to(body, url, class: "link", data: { turbo_frame: '_top' }) end |