|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
<td><%= shixun.identifier %></td>
|
|
|
|
|
<td class="text-left">
|
|
|
|
|
<span>
|
|
|
|
|
<%= link_to overflow_hidden_span(shixun.name,width:200), "/shixuns/#{shixun.identifier}", :target => "_blank", :title => shixun.name %>
|
|
|
|
|
<%= link_to overflow_hidden_span(shixun.name,width:150), "/shixuns/#{shixun.identifier}", :target => "_blank", :title => shixun.name %>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<%= shixun.shixun_main_name.nil? ? "--" : shixun.shixun_main_name %>
|
|
|
|
|
<%= display_text shixun.shixun_main_name %>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<% status_options = [['超级管理员', '0'], ["合作团队", "1"]] %>
|
|
|
|
@ -50,9 +50,9 @@
|
|
|
|
|
<%= check_box_tag :code_hidden,!shixun.code_hidden,shixun.code_hidden,remote:true,data:{id:shixun.id,toggle:"tooltip",placement:"top"},onchange:"update_change(this)" ,title:"隐藏文件目录"%>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$("#tags-chosen-<%= shixun.id %>").select2({
|
|
|
|
|
multiple: true,
|
|
|
|
|
maximumSelectionLength: 3,
|
|
|
|
|
placeholder: '请选择技术体系'});
|
|
|
|
|
</script>
|
|
|
|
|
<!--<script>-->
|
|
|
|
|
<!-- $("#tags-chosen-<%= shixun.id %>").select2({-->
|
|
|
|
|
<!-- multiple: true,-->
|
|
|
|
|
<!-- maximumSelectionLength: 3,-->
|
|
|
|
|
<!-- placeholder: '请选择技术体系'});-->
|
|
|
|
|
<!--</script>-->
|