forked from fixin.me/fixin.me
Avoid refreshing whole index on create
This commit is contained in:
@@ -122,7 +122,9 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def render_no_items
|
||||
tag.tr tag.td t('.no_items'), colspan: 10, class: 'hint'
|
||||
tag.tr id: :no_items do
|
||||
tag.td t('.no_items'), colspan: 10, class: 'hint'
|
||||
end
|
||||
end
|
||||
|
||||
def render_turbo_stream(partial, locals = {})
|
||||
|
||||
Reference in New Issue
Block a user