Skip to content

Commit 2fa244e

Browse files
committed
fix: Have the “Source code” button actually point there.
1 parent eee0d0e commit 2fa244e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/zout_web/templates/project/show.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<%= unless is_nil(@project.source) do %>
1717
<li>
1818
<span class="icon"><i class="fa fa-code"></i></span>
19-
<%= link "Broncode", to: @project.home %>
19+
<%= link "Broncode", to: @project.source %>
2020
</li>
2121
<% end %>
2222
</ul>

0 commit comments

Comments
 (0)