diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-02-22 07:31:26 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-02-22 07:31:26 +0000 |
commit | 1ebc2117452516f6ac6f4f458d7372bc710b79d2 (patch) | |
tree | e6dc0c62e64e29247e5c2cf18343690d01e1bc0c /share/www/index.html | |
parent | 4838c35db5f4d49181b22d72f4cb5697b89c8870 (diff) |
Link to design docs that have ddoc.couchapp.index or index.html, from Futon database index.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@746644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/www/index.html b/share/www/index.html index 704033e6..e1de6a2c 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -63,6 +63,7 @@ specific language governing permissions and limitations under the License. <tr> <th>Name</th> <th class="size">Size</th> + <th class="apps">Applications</th> <th class="count">Number of Documents</th> <th class="seq">Update Seq</th> </tr> @@ -71,7 +72,7 @@ specific language governing permissions and limitations under the License. </tbody> <tbody class="footer"> <tr> - <td colspan="4"> + <td colspan="5"> <div id="paging"> <a class="prev">← Previous Page</a> | <label>Rows per page: <select id="perpage"> |