diff options
| author | Stephen Blott | 2015-04-18 13:14:55 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-18 13:14:55 +0100 |
| commit | 9af974b03ac12ce3cb8ca8b835b06558f9949e19 (patch) | |
| tree | ff9e31eea94d3e0cf0b5e66a64b2d0172d0adfc6 | |
| parent | e5a2dee7d1a09d593cc721d9a6c8d95638270a76 (diff) | |
| parent | 330dc3ee9a2a33d3ad41b670147491237fcf44b6 (diff) | |
| download | vimium-9af974b03ac12ce3cb8ca8b835b06558f9949e19.tar.bz2 | |
Merge pull request #1556 from smblott-github/what-is-new
Add a "What's New?" link on help page.
| -rw-r--r-- | pages/help_dialog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 0884f2cd..77c3e2bf 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -46,6 +46,7 @@ </div> <div class="vimiumReset vimiumColumn" style="text-align:right"> <span class="vimiumReset">Version {{version}}</span><br/> + <a href="https://github.com/philc/vimium#release-notes" class="vimiumReset">What's new?</a> </div> </div> </div> |
