Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
6
app/views/shared/_screenshot_buttons.html.erb
Normal file
6
app/views/shared/_screenshot_buttons.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user