You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by me...@apache.org on 2013/04/04 15:22:17 UTC

[09/10] git commit: updated refs/heads/master to 88c3171

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/203ac897
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/203ac897
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/203ac897

Branch: refs/heads/master
Commit: 203ac897ec4b3e34dc795cb2ab2cec6146b7810b
Parents: 1fb2259
Author: Simon Metson <si...@cloudant.com>
Authored: Thu Apr 4 13:08:20 2013 +0100
Committer: Simon Metson <me...@apache.org>
Committed: Thu Apr 4 13:09:15 2013 +0100

----------------------------------------------------------------------
 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/203ac897/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>