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>
|
||||
1
app/views/releases/check.erb
Normal file
1
app/views/releases/check.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= @response.join("\n") %>
|
||||
6
app/views/releases/show.html.erb
Normal file
6
app/views/releases/show.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="release-content subpage">
|
||||
<%= subpage_headline(t('txt.releases.whats_new', :product => strip_version(@release.product.name), :version => @release.version)) %>
|
||||
<div class="back"><%= link_to(t("txt.releases.back"), @release.product) %></div>
|
||||
<%= render :partial => "products/product_box", :object => @release.product %>
|
||||
<%= @release.description %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user