GitHub user BigBlueHat opened a pull request:
https://github.com/apache/couchdb/pull/131
Kill off old templates
Closes the loop killing of modules and moving to only addons.
@garrensmith & @deathbearbrown
The `app/templates` dir still had active templates for `databases` and
`documents`. These commits pull in the latest changes (from there) into the
template files inside those addons, and then kills of the old copies.
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BigBlueHat/couchdb kill-off-old-templates
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/131.patch
----
commit 17f06b2cffb06ed0658f4066e3b5c04696484096
Author: BigBlueHat <[email protected]>
Date: 2014-01-13T18:45:22Z
moving over post-addons refactor template changes
commit 70d4657fa9d0ad84e6fadac1d8036efd96b7f364
Author: BigBlueHat <[email protected]>
Date: 2014-01-13T18:53:57Z
kill off app/templates for docs & dbs
They live under app/addons/databases &
app/addons/documents now (as with the
other addons).
----