twitter feed as news
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b9cf1e17 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b9cf1e17 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b9cf1e17 Branch: refs/heads/1720-move-to-backbone-1.0 Commit: b9cf1e17d8a0731e1d48ffd8356a583eba77797e Parents: 56a52a1 Author: Simon Metson <simon+git...@cloudant.com> Authored: Thu Mar 28 08:50:27 2013 +0000 Committer: Simon Metson <met...@apache.org> Committed: Thu Mar 28 08:50:27 2013 +0000 ---------------------------------------------------------------------- src/fauxton/app/templates/databases/sidebar.html | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b9cf1e17/src/fauxton/app/templates/databases/sidebar.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/databases/sidebar.html b/src/fauxton/app/templates/databases/sidebar.html index 1b78aba..a8bbd89 100644 --- a/src/fauxton/app/templates/databases/sidebar.html +++ b/src/fauxton/app/templates/databases/sidebar.html @@ -13,15 +13,19 @@ the License. --> <div class="row-fluid"> -<a class="btn new" id="new"><i class="icon-plus"></i> New database</a> + <a href="http://couchdb.org" target="_blank"><img src="img/couchdblogo.png"/></a> + <br/> </div> <hr> <ul class="nav nav-list"> <!-- <li class="nav-header">Database types</li> --> <li class="active"><a class="toggle-view" id="owned">Your databases</a></li> + <li><a class="btn new" id="new"><i class="icon-plus"></i> New database</a></li> </ul> <hr> -<div class="well"> - <p>Here be news.</p> + +<div> + <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/CouchDB" data-widget-id="314360971646869505">Tweets by @CouchDB</a> +<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> + </div> -<a href="http://couchdb.org" target="_blank"><img src="img/couchdblogo.png"/></a>