summaryrefslogtreecommitdiff
path: root/app/views/downloads/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/downloads/index.html.erb')
-rw-r--r--app/views/downloads/index.html.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/downloads/index.html.erb b/app/views/downloads/index.html.erb
index 560a33946..41c25be06 100644
--- a/app/views/downloads/index.html.erb
+++ b/app/views/downloads/index.html.erb
@@ -33,8 +33,12 @@
<% image_name = image_data [:name] %>
<% image_size = image_data [:size] %>
<tr>
+ <% if image_url.present? && image_name.present? && image_size.present? %>
<td class="releases-image-td"><a href="<%= image_url %>"><%= image_name %></a></td>
<td>(<%= image_size / 1000000 %> MB)</td>
+ <% else %>
+ <td>none available</td>
+ <% end %>
</tr>
<% end %>
</table>
@@ -88,7 +92,7 @@
<div id="releases-previews-div" class="releases-div">
<h2 class="releases-h2">Preview/Experimental Images</h2>
<p>This section is an exhibit of new features, software, and desktop environments currently in the experimental, testing, or pre-release development stages. Theses are works in progress; but most normal functionality is expected to behave properly.</p>
- <p>Please do try them out and report any bugs that you may find to the <a href="https://labs.parabola.nu/projects/isos/issues?sort=updated_on%3Adesc%2Cid%3Adesc&tracker_id=1">Installation Media" bug tracker</a>.</p>
+ <p>Please do try them out and report any bugs that you may find to the <a href="https://labs.parabola.nu/projects/isos/issues?sort=updated_on%3Adesc%2Cid%3Adesc&tracker_id=1">Installation Media bug tracker</a>.</p>
<% images_table @preview_images %>
</div>