组织配置https改成http
This commit is contained in:
parent
7f465d1766
commit
09b8373e12
|
@ -55,7 +55,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 80px " id="check_desc_hint"></div>
|
<div style="margin-left: 80px " id="check_desc_hint"></div>
|
||||||
<div class="orgRow mb10"><span class="ml10">组织URL:</span>
|
<div class="orgRow mb10"><span class="ml10">组织URL:</span>
|
||||||
<div class="w607 fr">https://
|
<div class="w607 fr">http://
|
||||||
<input type="text" name="organization[domain]" id="domain" value="<%= @organization.domain%>" class="orgUrlInput" />
|
<input type="text" name="organization[domain]" id="domain" value="<%= @organization.domain%>" class="orgUrlInput" />
|
||||||
.trustie.net<a href="javascript:void(0);" class="linkBlue ml15" style="text-decoration:underline;" onclick="apply_subdomain(<%= @organization.id %>,$('#domain').val());">申请</a>
|
.trustie.net<a href="javascript:void(0);" class="linkBlue ml15" style="text-decoration:underline;" onclick="apply_subdomain(<%= @organization.id %>,$('#domain').val());">申请</a>
|
||||||
<p class="c_green f12" id="apply_hint" ></p></div>
|
<p class="c_green f12" id="apply_hint" ></p></div>
|
||||||
|
|
Loading…
Reference in New Issue