Commit 700cac86 authored by Tobias Schmidt's avatar Tobias Schmidt

Reduce release title

parent ed12a65c
...@@ -49,11 +49,11 @@ title: Download ...@@ -49,11 +49,11 @@ title: Download
<% repository.releases.each do |release| %> <% repository.releases.each do |release| %>
<thead> <thead>
<tr> <tr>
<th colspan="5"> <td colspan="5">
<%= release.name %> <strong><%= release.name %></strong>
<%= %(<span class="label label-primary">Pre-release</span>) if release.prerelease %> <%= %(<span class="label label-primary">Pre-release</span>) if release.prerelease %>
<small><a href="<%= release.url %>">Release notes</a></small> <small><a href="<%= release.url %>">Release notes</a></small>
</th> </td>
</tr> </tr>
<tr class="first"> <tr class="first">
<th>File name</th> <th>File name</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment