Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -2,13 +2,21 @@
|
|||
<%= link_to_attachment @attachment, :text => "#{l(:button_download)} (#{number_to_human_size(@attachment.filesize)})", :download => true, :class => 'icon icon-download' -%>
|
||||
</div>
|
||||
|
||||
<h2><%=h @attachment.filename %></h2>
|
||||
<h2>
|
||||
<%= safe_join([link_to_attachment_container(@attachment.container), @attachment.filename].compact, ' » ') %>
|
||||
</h2>
|
||||
|
||||
<div class="attachments">
|
||||
<p><%= "#{@attachment.description} - " unless @attachment.description.blank? %>
|
||||
<span class="author"><%= link_to_user(@attachment.author) %>, <%= format_time(@attachment.created_on) %></span></p>
|
||||
</div>
|
||||
<%= yield %>
|
||||
<div class="filecontent-container">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
<span class="pagination filepreview">
|
||||
<%= render_pagination %>
|
||||
</span>
|
||||
|
||||
<% html_title @attachment.filename %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue