mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 17:27:09 +02:00
Fix translation missing at information page.
This commit is contained in:
parent
f47625de43
commit
2b2b771432
@ -15,7 +15,7 @@
|
|||||||
%div.col-xs-6
|
%div.col-xs-6
|
||||||
%div.panel.panel-default
|
%div.panel.panel-default
|
||||||
%div.panel-heading
|
%div.panel-heading
|
||||||
%h4= t ".version"
|
%h4= t("terms.version")
|
||||||
%div.panel-body
|
%div.panel-body
|
||||||
%dl{class: "dl-horizontal"}
|
%dl{class: "dl-horizontal"}
|
||||||
%dt ruby
|
%dt ruby
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%div.col-xs-6
|
%div.col-xs-6
|
||||||
%div.panel.panel-default
|
%div.panel.panel-default
|
||||||
%div.panel-heading
|
%div.panel-heading
|
||||||
%h4= t('.installed_plugins')
|
%h4= t('terms.installed_plugins')
|
||||||
%div.panel-body
|
%div.panel-body
|
||||||
- if @plugins.present?
|
- if @plugins.present?
|
||||||
%table{class: "table table-hover", id: "plugins-table"}
|
%table{class: "table table-hover", id: "plugins-table"}
|
||||||
|
Loading…
Reference in New Issue
Block a user