forked from fixin.me/fixin.me
Don't render index on Unit actions
This commit is contained in:
@@ -123,7 +123,7 @@ module ApplicationHelper
|
||||
|
||||
def render_no_items
|
||||
tag.tr id: :no_items do
|
||||
tag.td t('.no_items'), colspan: 10, class: 'hint'
|
||||
tag.td t("#{controller_name}.no_items"), colspan: 10, class: 'hint'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user