Commit 159cf7efe99b5984947c893021967219c26731fa

Authored by Arthur Esposte
1 parent 32b6f5d0

Fix download main link

Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
Signed-off-by: Parley Martins <parley@outlook.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/blocks/download.html.erb
... ... @@ -6,7 +6,7 @@
6 6 <h2> <%= _("Download") %> </h2>
7 7  
8 8 <span class="download-name">
9   - <%= link_to block.name, "#" %>
  9 + <%= link_to block.name, block.link %>
10 10 </span>
11 11  
12 12 <span class="download-system">
... ...