let manager can change moudle_key
This commit is contained in:
parent
98db5a9fb6
commit
b0c37fe602
|
@ -68,6 +68,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 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 -->
|
<!-- Git Path -->
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<%= f.label :git_path, t("register_module.git_path"), :class => "control-label muted" %>
|
<%= f.label :git_path, t("register_module.git_path"), :class => "control-label muted" %>
|
||||||
|
|
Loading…
Reference in New Issue