diff --git a/app/views/organizations/setting.html.erb b/app/views/organizations/setting.html.erb index 1c7f0d280..962a7a497 100644 --- a/app/views/organizations/setting.html.erb +++ b/app/views/organizations/setting.html.erb @@ -54,13 +54,13 @@
- - - - - - - +新增栏目
<%= form_tag url_for(:controller => 'org_subfields', :action => 'create', :organization_id => @organization.id), :id=> 'add_subfield_form',:remote => true do %> - - - - - - - - - +域名目录(用户自定义url,可选)
+ <% if @organization.domain %> + <%= @organization.domain %>.trustie.net/ + <% else %> + 您还没有子域名,请先在左侧信息栏申请子域名 + <% end %> + +