forked from fixin.me/fixin.me
parent
d250119601
commit
b133b2be7c
@ -179,7 +179,7 @@ module ApplicationHelper
|
|||||||
|
|
||||||
def render_no_items
|
def render_no_items
|
||||||
tag.tr id: :no_items do
|
tag.tr id: :no_items do
|
||||||
tag.td t("#{controller_name}.no_items"), colspan: 10, class: 'hint'
|
tag.td t("#{controller_path.tr('/', '.')}.no_items"), colspan: 10, class: 'hint'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -75,6 +75,7 @@ en:
|
|||||||
success: Deleted unit "%{unit}"
|
success: Deleted unit "%{unit}"
|
||||||
default:
|
default:
|
||||||
units:
|
units:
|
||||||
|
no_items: There are no importable defaults or exportable units.
|
||||||
unit:
|
unit:
|
||||||
delete: Delete
|
delete: Delete
|
||||||
export: Export
|
export: Export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user