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" %>