Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
5
app/views/releases/_whatsnew.html.erb
Normal file
5
app/views/releases/_whatsnew.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="release-popup-content">
|
||||
<div class="heading"><%= t('txt.releases.whats_new', :product => strip_version(@release.product.name), :version => @release.version) %></div>
|
||||
<div class="buttons-wrap"><div class="buttons"><%= download_link(@release.product, "small") %><%= buy_link(@release.product, "small") %></div></div>
|
||||
<%= @release.description %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user