From b0c37fe6025a02e7bf9f2e917e152f5bcfa58c8f Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 4 May 2020 10:47:30 +0800 Subject: [PATCH] let manager can change moudle_key --- app/views/admin/admin_modules/uploadfiles.html.erb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/views/admin/admin_modules/uploadfiles.html.erb b/app/views/admin/admin_modules/uploadfiles.html.erb index 4953836..ea7cc22 100644 --- a/app/views/admin/admin_modules/uploadfiles.html.erb +++ b/app/views/admin/admin_modules/uploadfiles.html.erb @@ -68,7 +68,15 @@ - + +
+ <%= f.label :module_key, "module_key", :class => "control-label muted" %> +
+ <%= f.text_field :module_key, :class => "input-xxlarge" %> +
+
+ +
<%= f.label :git_path, t("register_module.git_path"), :class => "control-label muted" %>