Skip to content

Commit

Permalink
fix - blue button
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia committed Aug 17, 2017
1 parent 57ac19b commit dd52dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<div class="record-message">
<p class="record-message-primary">Perma.cc can't display this file type on mobile, but you can view or download the archived file by clicking below.</p>
<p class="record-message-secondary">File type {{mime_type}}</p>
<a class="btn btn-large btn-info" target="_blank" href="{{capture.url}}">View/Download File</a>
<a class="btn btn-primary" target="_blank" href="{{capture.url}}">View/Download File</a>
<div>
{% endwith %}

0 comments on commit dd52dbd

Please sign in to comment.