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

Reduce release title

parent ed12a65c
......@@ -49,11 +49,11 @@ title: Download
<% repository.releases.each do |release| %>
<thead>
<tr>
<th colspan="5">
<%= release.name %>
<td colspan="5">
<strong><%= release.name %></strong>
<%= %(<span class="label label-primary">Pre-release</span>) if release.prerelease %>
<small><a href="<%= release.url %>">Release notes</a></small>
</th>
</td>
</tr>
<tr class="first">
<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