let manager can change moudle_key
This commit is contained in:
parent
98db5a9fb6
commit
b0c37fe602
|
@ -68,7 +68,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Git Path -->
|
||||
<!-- module_key -->
|
||||
<div class="control-group">
|
||||
<%= f.label :module_key, "module_key", :class => "control-label muted" %>
|
||||
<div class="controls col-5">
|
||||
<%= f.text_field :module_key, :class => "input-xxlarge" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Git Path -->
|
||||
<div class="control-group">
|
||||
<%= f.label :git_path, t("register_module.git_path"), :class => "control-label muted" %>
|
||||
<div class="controls col-5">
|
||||
|
|
Loading…
Reference in New Issue