suitepro/app/views/common/_other.html.erb
2018-02-02 22:19:29 +01:00

7 lines
185 B
Text

<p class="nodata">
<% if defined? download_link %>
<%= t(:label_no_preview_alternative_html, link: download_link) %>
<% else %>
<%= l(:label_no_preview) %>
<% end %>
</p>