Skip to content

Commit

Permalink
✨ Added "Canary"
Browse files Browse the repository at this point in the history
 option to check against in web interface

refs TryGhost#144
  • Loading branch information
naz committed Sep 3, 2019
1 parent f0aa341 commit d0a1de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tpl/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<span class="gh-input-icon select-arrow">{{> icon-arrow-up}}</span>
<span class="gh-input-icon select-arrow active">{{> icon-arrow-down}}</span>
<select class="gh-input gh-select" name="version" id="version">
<option value="canary">Canary (next)</option>
<option value="latest" selected>{{ghostVersions.latest.major}} (latest)</option>
<option value="v1">{{ghostVersions.v1.major}}</option>
</select>
Expand Down

0 comments on commit d0a1de6

Please sign in to comment.