|
|
|
@ -1,18 +1,17 @@
|
|
|
|
|
<h3><!-- %=l(:label_attachment_plural)%></h3 -->
|
|
|
|
|
|
|
|
|
|
<div class="contextual" style="float:left;padding-top: 5px;">
|
|
|
|
|
<% if @project.project_type == 1 %>
|
|
|
|
|
<div class="contextual" style="padding-right: 540px;padding-top: 5px;">
|
|
|
|
|
<% if User.current.member_of?(@project) %>
|
|
|
|
|
<!-- %= link_to(l(:label_file_upload), new_project_file_path(@project), :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @project) % -->
|
|
|
|
|
<%= link_to(l(:label_file_upload), new_project_file_path(@project), :class => 'icon icon-add') if User.current.member_of?(@project) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<% else %>
|
|
|
|
|
<div class="contextual" style="padding-right: 540px;padding-top: 5px;">
|
|
|
|
|
<%= link_to(l(:label_attachment_new), new_project_file_path(@project), :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @project) %>
|
|
|
|
|
<!-- %= link_to(l(:label_attachment_new), new_project_file_path(@project), :class => 'icon icon-add') if User.current.member_of?(@project) % -->
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<h3><%=l(:label_attachment_plural)%></h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<% delete_allowed = User.current.allowed_to?(:manage_files, @project) %>
|
|
|
|
|
|
|
|
|
|