diff --git a/app/views/admins/competition_settings/index.html.erb b/app/views/admins/competition_settings/index.html.erb index 47a6c6678..7133b7254 100644 --- a/app/views/admins/competition_settings/index.html.erb +++ b/app/views/admins/competition_settings/index.html.erb @@ -155,22 +155,25 @@ <% @competition.competition_modules.each do |com_module| %> <% case com_module.module_type %> <% when 'home' %> - +
+
+
+ +
+
+ <%= text_field_tag('navbar[][name]', com_module.name, id: nil, class: 'form-control', placeholder: '首页') %> + +
+
+ <%= text_field_tag('navbar[][position]', com_module.position, id: nil, class: 'form-control', placeholder: '位置') %> +
+
+
<% end %> <% end %> -
-
-
- -
-
-
- -
-
+