From df753856e42f8dd7292d1197a968ff0eb9988c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Sat, 6 Jan 2024 18:37:08 +0800 Subject: [PATCH] Fix bug. --- .../app/views/admin/plugin_templates/_form.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template_generator/app/views/admin/plugin_templates/_form.html.erb b/template_generator/app/views/admin/plugin_templates/_form.html.erb index 4e834e4..d99acb4 100644 --- a/template_generator/app/views/admin/plugin_templates/_form.html.erb +++ b/template_generator/app/views/admin/plugin_templates/_form.html.erb @@ -55,7 +55,7 @@ <% end %> parse_again_end - parse_again_start * 1 if module_modal_template_link + parse_again_start * 1 if plugin_template_link <% links_hash = {} @@ -94,7 +94,7 @@ <% end %> parse_again_end - parse_again_start * 1 if module_modal_template_file + parse_again_start * 1 if plugin_template_file <% files_hash = {} @@ -214,7 +214,7 @@ <%= link_to t('cancel'), request.referer, :class=>"btn" %>