Module: FlexiAdmin::Components::Helpers::LinkHelper
- Included in:
- Resources::GridView::CardComponent, Resources::GridViewComponent, Resources::ListViewComponent
- Defined in:
- lib/flexi_admin/components/helpers/link_helper.rb
Instance Method Summary collapse
Instance Method Details
#navigate_to(title, resource) ⇒ Object
4 5 6 7 |
# File 'lib/flexi_admin/components/helpers/link_helper.rb', line 4 def navigate_to(title, resource) helpers.link_to title, [:admin, resource], "data-turbo-frame": "_top" # content_tag(:a, title, href: resource, "data-turbo-frame": "_top") end |