From b4485d90f7f14fa85b7a1233555458d638b048b1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 20 Feb 2020 17:59:22 +0300 Subject: [PATCH] feat(admin-plugin): update theme information layout --- .../templates/extends/themes/information.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/plugins/admin/templates/extends/themes/information.html b/site/plugins/admin/templates/extends/themes/information.html index 87c91f59..3aa240f2 100644 --- a/site/plugins/admin/templates/extends/themes/information.html +++ b/site/plugins/admin/templates/extends/themes/information.html @@ -4,39 +4,39 @@ - + - + - + - + - + - + - + - + - +
{{ tr('admin_name') }}:{{ tr('admin_name') }} {{ theme_manifest.name }}
{{ tr('admin_version') }}:{{ tr('admin_version') }} {{ theme_manifest.version }}
{{ tr('admin_description') }}:{{ tr('admin_description') }} {{ theme_manifest.description }}
{{ tr('admin_author_name') }}:{{ tr('admin_author_name') }} {{ theme_manifest.author.name }}
{{ tr('admin_author_email') }}:{{ tr('admin_author_email') }} {{ theme_manifest.author.email }}
{{ tr('admin_author_url') }}:{{ tr('admin_author_url') }} {{ theme_manifest.author.url }}
{{ tr('admin_homepage') }}:{{ tr('admin_homepage') }} {{ theme_manifest.homepage }}
{{ tr('admin_bugs') }}:{{ tr('admin_bugs') }} {{ theme_manifest.bugs }}
{{ tr('admin_license') }}:{{ tr('admin_license') }} {{ theme_manifest.license }}