2016-08-26 16:26:12 +08:00
|
|
|
|
共有 <span id="attachment_count"><%= @tip_all_attachments %></span> 个资源
|
|
|
|
|
<span id="attachment_count_public" class="fontGrey2 ml10" style="font-weight: normal;">公共资源:<%= @tip_all_public_attachments %>个</span>
|
2016-09-02 11:27:35 +08:00
|
|
|
|
<% if @project %>
|
2016-08-26 17:34:17 +08:00
|
|
|
|
<% if !User.current.member_of?(@project) && params[:tag_name] %>
|
|
|
|
|
<span id="attachment_count_private" class="fontGrey2 ml10" style="font-weight: normal;">私有资源:0个</span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<span id="attachment_count_private" class="fontGrey2 ml10" style="font-weight: normal;">私有资源:<%= @tip_all_private_attachments %>个</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% elsif @course %>
|
|
|
|
|
<% if !User.current.member_of_course?(@course) && params[:tag_name] %>
|
|
|
|
|
<span id="attachment_count_private" class="fontGrey2 ml10" style="font-weight: normal;">私有资源:0个</span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<span id="attachment_count_private" class="fontGrey2 ml10" style="font-weight: normal;">私有资源:<%= @tip_all_private_attachments %>个</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|