|
|
|
@ -3,6 +3,7 @@
|
|
|
|
|
<% if User.current.admin? || (User.current.logged? ) %>
|
|
|
|
|
<% if User.current.admin? || ((is_project_manager?(User.current, project) || file.author_id == User.current.id) && project_contains_attachment?(project, file)) %>
|
|
|
|
|
<% if User.current.admin? || ((delete_allowed || User.current.id == file.author_id) && file.container_id == project.id && file.container_type == "Project") %>
|
|
|
|
|
<i class="fa fa-align-justify">
|
|
|
|
|
<ul class="homepagePostSettiongText">
|
|
|
|
|
<% if hidden_unproject_infos %>
|
|
|
|
|
<li><%= link_to("发 送".html_safe, 'javascript:void(0)',:class => "postOptionLink",:onclick=>"show_send('#{file.id}','#{User.current.id}','file')") %></li>
|
|
|
|
@ -34,8 +35,10 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</i>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<i class="fa fa-align-justify">
|
|
|
|
|
<ul class="resourceSendO">
|
|
|
|
|
<% if hidden_unproject_infos %>
|
|
|
|
|
<li><%= link_to("发 送".html_safe, 'javascript:void(0)',:class => "postOptionLink2",:onclick=>"show_send('#{file.id}','#{User.current.id}','file')") %></li>
|
|
|
|
@ -43,6 +46,7 @@
|
|
|
|
|
<li><%= link_to("发 送".html_safe, 'javascript:void(0)',:class => "postOptionLink2",:onclick=>"show_send_hidden('#{file.id}','#{User.current.id}','file')") %></li>
|
|
|
|
|
<% end %>
|
|
|
|
|
</ul>
|
|
|
|
|
</i>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|