Skip to content

Commit

Permalink
Merge pull request #418 from SimonSapin/website
Browse files Browse the repository at this point in the history
Fix the Github "watch" button for 4-digit watchers number.
  • Loading branch information
mitsuhiko committed Mar 3, 2012
2 parents c836042 + fbeca60 commit 6772b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_website/templates/general/index.html
Expand Up @@ -57,7 +57,7 @@ <h2>And Easy to Setup</h2>
<pre><span class=ig>$ </span>pip install Flask
<span class=ig>$ </span>python hello.py
<span class=ig> * Running on http://localhost:5000/</span></pre>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=mitsuhiko&amp;repo=flask&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="35px" style="float: right"></iframe></iframe>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=mitsuhiko&amp;repo=flask&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="190px" height="35px" style="float: right"></iframe></iframe>
<h2>Interested?</h2>
<ul>
<li><a href="{{ latest_release.download_url }}">Download latest release</a> ({{ latest_release.version }})
Expand Down

0 comments on commit 6772b95

Please sign in to comment.