diff options
| author | Stephen Blott | 2015-04-11 09:33:53 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-04-11 09:33:53 +0100 | 
| commit | 2a90aa555085b92ce13fb34076c7b4ac0cf9d0af (patch) | |
| tree | abe7f0948adbe8db73e4ef5d04ffe9553cfc1295 | |
| parent | 3e1295516025d7ca29dea9fadc9ba75aa91f4bce (diff) | |
| download | vimium-2a90aa555085b92ce13fb34076c7b4ac0cf9d0af.tar.bz2 | |
Add "What's New?" on help page.
| -rw-r--r-- | pages/help_dialog.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 0884f2cd..fc024a14 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -46,6 +46,8 @@      </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> | 
