Skip to content

Commit

Permalink
dl=1 -> dl=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 14, 2017
1 parent ed1e14d commit 32e097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/asciicasts/_download.html.erb
Expand Up @@ -14,7 +14,7 @@
<% end %>
</p>

<a href="<%= asciicast_url(format: :json, dl: 1) %>" class="btn btn-primary" download="<%= page.asciicast_download_filename %>" rel="nofollow">Download</a>
<a href="<%= asciicast_url(format: :json, dl: true) %>" class="btn btn-primary" download="<%= page.asciicast_download_filename %>" rel="nofollow">Download</a>

<% if page.can_replay_in_terminal? %>
<h2>Replay in terminal</h2>
Expand Down

0 comments on commit 32e097c

Please sign in to comment.