diff rhodecode/templates/admin/settings/settings.html @ 2958:c0a6a2e6bb2e beta

Use lightweight revisions in journal by default
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 23 Oct 2012 18:21:56 +0200
parents 029a40c58df7
children a5f0bc867edc b4f401524060
line wrap: on
line diff
--- a/rhodecode/templates/admin/settings/settings.html	Tue Oct 23 18:10:07 2012 +0200
+++ b/rhodecode/templates/admin/settings/settings.html	Tue Oct 23 18:21:56 2012 +0200
@@ -131,10 +131,6 @@
                         ${h.checkbox('rhodecode_lightweight_dashboard','True')}
                         <label for="rhodecode_lightweight_dashboard">${_('Use lightweight dashboard')}</label>
                     </div>
-                    <div class="checkbox">
-                        ${h.checkbox('rhodecode_lightweight_journal','True')}
-                        <label for="rhodecode_lightweight_journal">${_('Use lightweight journal')}</label>
-                    </div>                    
                  </div>
              </div>