Edit

kmx.io/kmxgit/lib/kmxgit_web/templates/repository/download_button.html.heex

Branch :

  • lib/kmxgit_web/templates/repository/download_button.html.heex
  • <p>
      <%= link gettext("Download"), to: Routes.repository_path(@conn, :show, Repository.owner_slug(@repo), Repository.splat(@repo, ["_blob", @tree | String.split(@path, "/")])), class: "btn btn-primary" %>
    </p>