超级管理员标签提供title

dev_aliyun
daiao 5 years ago
parent 88830957bf
commit cd97b89fc2

@ -57,7 +57,7 @@
<% @shixun_tags.each do |tag| %> <% @shixun_tags.each do |tag| %>
<p data-shixun-value="<%= count %><%= tag.name %>_<%= tag.id %>"> <p data-shixun-value="<%= count %><%= tag.name %>_<%= tag.id %>">
<input name="select<%= count %>" data-value="<%= tag.id %>" <%= shixun.tag_repertoires.map(&:id).include?(tag.id) ? "checked" : "" %> data-shixun="<%= shixun.id %>" type="checkbox" class="select<%= count %> magic-checkbox" id="<%= count %>_<%= tag.name %>_<%= tag.id %>" value="<%= tag.name %>"/> <input name="select<%= count %>" data-value="<%= tag.id %>" <%= shixun.tag_repertoires.map(&:id).include?(tag.id) ? "checked" : "" %> data-shixun="<%= shixun.id %>" type="checkbox" class="select<%= count %> magic-checkbox" id="<%= count %>_<%= tag.name %>_<%= tag.id %>" value="<%= tag.name %>"/>
<label style="top:0px" for="<%= count %>_<%= tag.name %>_<%= tag.id %>" class="task-hide"><%= tag.name %></label> <label style="top:0px" title="<%= tag.sub_repertoire.try(:name) %>" for="<%= count %>_<%= tag.name %>_<%= tag.id %>" class="task-hide"><%= tag.name %></label>
</p> </p>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save