Commit 159cf7efe99b5984947c893021967219c26731fa
1 parent
32b6f5d0
Exists in
master
and in
5 other branches
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,7 +6,7 @@ | ||
6 | <h2> <%= _("Download") %> </h2> | 6 | <h2> <%= _("Download") %> </h2> |
7 | 7 | ||
8 | <span class="download-name"> | 8 | <span class="download-name"> |
9 | - <%= link_to block.name, "#" %> | 9 | + <%= link_to block.name, block.link %> |
10 | </span> | 10 | </span> |
11 | 11 | ||
12 | <span class="download-system"> | 12 | <span class="download-system"> |