mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16673 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
<p class="nodata">
|
|
<% if defined? download_link %>
|
|
<%= t(:label_no_preview_alternative_html, link: download_link) %>
|
|
<% else %>
|
|
<%= l(:label_no_preview) %>
|
|
<% end %>
|
|
</p>
|