Skip to content

Commit

Permalink
Remove download 1.3 button; reposition try online
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jun 16, 2014
1 parent de5952d commit f741074
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
21 changes: 8 additions & 13 deletions docs/templates/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
<div id="blurb">
{{blurb | markdownify}}

<div class="btn-group" style="float:right">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
Download jq-1.3
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="{{root}}/download/linux64/jq-1.3/jq">Linux (64-bit)</a></li>
<li><a href="{{root}}/download/osx64/jq-1.3/jq">OS X (64-bit)</a></li>
<li><a href="{{root}}/download/">Other platforms and source</a></li>
</ul>
</div>

<div class="btn-group" style="float:right">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
Download jq-{{jq_version}}
Expand All @@ -33,10 +21,17 @@
<li><a href="{{root}}/download/osx64/jq">OS X (64-bit)</a></li>
<li><a href="{{root}}/download/solaris11-64/jq">Solaris (64-bit)</a></li>
<li><a href="{{root}}/download/win64/jq.exe">Windows (64-bit)</a></li>
<li><a href="{{root}}/download/">Other platforms and source</a></li>
<li><a href="{{root}}/download/">Other platforms, older versions, and source</a></li>
</ul>
</div>

<div class="btn-group" style="float:right">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="http:https://jqplay.org">
Try online!
<span class="caret"></span>
</a>
</div>

</div>
<div style="clear:both;"></div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion docs/templates/shared/_header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
{% endfor %}
<li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
<li><a href="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/stedolan/jq">Source</a></li>
<li><a href="http:https://jqplay.org">Try online</a></li>
<li><a href="http:https://jqplay.org">Try online!</a></li>
<li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">NEWS</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f741074

Please sign in to comment.