Files
componentowl-rails-archive/app/views/shared/_screenshot_buttons.html.erb

6 lines
346 B
Plaintext

<div id="screenshot-buttons" style="display: none">
<div class="buttons">
<%= download_link(screenshot_buttons, :small, t('txt.common.free_download')) %>
<%= buy_link(screenshot_buttons, :small, t('txt.products.buy_now_from', :price => number_to_currency(screenshot_buttons.price))) unless screenshot_buttons.is_free? %>
</div>
</div>