changeset 6410:8656c0073e17

style: drop some trivial comments in templates
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 24 Dec 2016 17:26:48 +0100
parents c617f60486c2
children 302ce4a23e57
files kallithea/templates/about.html kallithea/templates/admin/admin.html kallithea/templates/admin/auth/auth_settings.html kallithea/templates/admin/defaults/defaults.html kallithea/templates/admin/gists/edit.html kallithea/templates/admin/gists/index.html kallithea/templates/admin/gists/new.html kallithea/templates/admin/gists/show.html kallithea/templates/admin/my_account/my_account_api_keys.html kallithea/templates/admin/my_account/my_account_emails.html kallithea/templates/admin/notifications/notifications.html kallithea/templates/admin/notifications/show_notification.html kallithea/templates/admin/permissions/permissions_globals.html kallithea/templates/admin/permissions/permissions_ips.html kallithea/templates/admin/repo_groups/repo_group_add.html kallithea/templates/admin/repo_groups/repo_group_edit_settings.html kallithea/templates/admin/repo_groups/repo_groups.html kallithea/templates/admin/repos/repo_add.html kallithea/templates/admin/repos/repo_add_base.html kallithea/templates/admin/repos/repo_creating.html kallithea/templates/admin/repos/repo_edit.html kallithea/templates/admin/repos/repo_edit_fields.html kallithea/templates/admin/repos/repo_edit_settings.html kallithea/templates/admin/user_groups/user_group_add.html kallithea/templates/admin/user_groups/user_group_edit_settings.html kallithea/templates/admin/user_groups/user_groups.html kallithea/templates/admin/users/user_add.html kallithea/templates/admin/users/user_edit_api_keys.html kallithea/templates/admin/users/user_edit_emails.html kallithea/templates/admin/users/user_edit_ips.html kallithea/templates/admin/users/users.html kallithea/templates/base/default_perms_box.html kallithea/templates/changelog/changelog.html kallithea/templates/changeset/changeset.html kallithea/templates/changeset/changeset_range.html kallithea/templates/compare/compare_diff.html kallithea/templates/files/diff_2way.html kallithea/templates/files/file_diff.html kallithea/templates/files/files.html kallithea/templates/files/files_add.html kallithea/templates/files/files_delete.html kallithea/templates/files/files_edit.html kallithea/templates/followers/followers.html kallithea/templates/forks/fork.html kallithea/templates/forks/forks.html kallithea/templates/index_base.html kallithea/templates/journal/journal.html kallithea/templates/journal/public_journal.html kallithea/templates/login.html kallithea/templates/password_reset.html kallithea/templates/password_reset_confirmation.html kallithea/templates/pullrequests/pullrequest.html kallithea/templates/pullrequests/pullrequest_show.html kallithea/templates/pullrequests/pullrequest_show_all.html kallithea/templates/pullrequests/pullrequest_show_my.html kallithea/templates/register.html kallithea/templates/search/search.html kallithea/templates/summary/statistics.html kallithea/templates/summary/summary.html
diffstat 59 files changed, 1 insertions(+), 100 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/about.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/about.html	Sat Dec 24 17:26:48 2016 +0100
@@ -12,7 +12,6 @@
 <%def name="main()">
 
 <div class="panel panel-primary">
-  <!-- box / title -->
   <div class="panel-heading">
     <h5>${_('About')} Kallithea</h5>
   </div>
--- a/kallithea/templates/admin/admin.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/admin.html	Sat Dec 24 17:26:48 2016 +0100
@@ -19,11 +19,9 @@
 </%block>
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     <div class="table">
         <div id="user_log">
             <%include file='admin_log.html'/>
--- a/kallithea/templates/admin/auth/auth_settings.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/auth/auth_settings.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,7 +17,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/defaults/defaults.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/defaults/defaults.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,15 +17,12 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
 
     ${h.form(url('defaults_update', id='defaults'))}
     <div class="form">
-        <!-- fields -->
-
         <div class="form-horizontal">
 
             <div class="form-group">
--- a/kallithea/templates/admin/gists/edit.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/gists/edit.html	Sat Dec 24 17:26:48 2016 +0100
@@ -24,7 +24,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/gists/index.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/gists/index.html	Sat Dec 24 17:26:48 2016 +0100
@@ -28,7 +28,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         %if c.authuser.username != 'default':
--- a/kallithea/templates/admin/gists/new.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/gists/new.html	Sat Dec 24 17:26:48 2016 +0100
@@ -24,7 +24,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/gists/show.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/gists/show.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,7 +16,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         %if c.authuser.username != 'default':
--- a/kallithea/templates/admin/my_account/my_account_api_keys.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/my_account/my_account_api_keys.html	Sat Dec 24 17:26:48 2016 +0100
@@ -54,7 +54,6 @@
 <div>
     ${h.form(url('my_account_api_keys'), method='post')}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label">${_('New API key')}</label>
--- a/kallithea/templates/admin/my_account/my_account_emails.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/my_account/my_account_emails.html	Sat Dec 24 17:26:48 2016 +0100
@@ -35,7 +35,6 @@
 <div>
     ${h.form(url('my_account_emails'), method='post')}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="new_email">${_('New email address')}:</label>
--- a/kallithea/templates/admin/notifications/notifications.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/notifications/notifications.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,7 +15,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/notifications/show_notification.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/notifications/show_notification.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,7 +17,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/permissions/permissions_globals.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/permissions/permissions_globals.html	Sat Dec 24 17:26:48 2016 +0100
@@ -1,6 +1,5 @@
 ${h.form(url('admin_permissions'), method='post')}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="anonymous">${_('Anonymous access')}:</label>
--- a/kallithea/templates/admin/permissions/permissions_ips.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/permissions/permissions_ips.html	Sat Dec 24 17:26:48 2016 +0100
@@ -23,7 +23,6 @@
 
 ${h.form(url('edit_user_ips_update', id=c.user.user_id))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="new_ip">${_('New IP address')}:</label>
--- a/kallithea/templates/admin/repo_groups/repo_group_add.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repo_groups/repo_group_add.html	Sat Dec 24 17:26:48 2016 +0100
@@ -19,14 +19,11 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     ${h.form(url('repos_groups'))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="group_name">${_('Group name')}:</label>
--- a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html	Sat Dec 24 17:26:48 2016 +0100
@@ -1,7 +1,6 @@
 ## -*- coding: utf-8 -*-
 ${h.form(url('update_repos_group',group_name=c.repo_group.group_name))}
 <div class="form">
-    <!-- fields -->
     <div class="form-horizontal">
         <div class="form-group">
             <label class="control-label" for="group_name">${_('Group name')}:</label>
--- a/kallithea/templates/admin/repo_groups/repo_groups.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repo_groups/repo_groups.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,7 +16,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
@@ -27,7 +26,6 @@
             %endif
         </ul>
     </div>
-    <!-- end box / title -->
     <div class="table">
         <table id="datatable_list_wrap"></table>
     </div>
--- a/kallithea/templates/admin/repos/repo_add.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_add.html	Sat Dec 24 17:26:48 2016 +0100
@@ -25,7 +25,6 @@
 
 <%def name="main()">
     <div class="panel panel-primary">
-        <!-- box / title -->
         <div class="panel-heading clearfix">
             ${self.breadcrumbs()}
         </div>
--- a/kallithea/templates/admin/repos/repo_add_base.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_add_base.html	Sat Dec 24 17:26:48 2016 +0100
@@ -2,7 +2,6 @@
 
 ${h.form(url('repos'))}
 <div class="form">
-    <!-- fields -->
     <div class="form-horizontal">
         <div class="form-group">
             <label class="control-label" for="repo_name">${_('Name')}:</label>
--- a/kallithea/templates/admin/repos/repo_creating.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_creating.html	Sat Dec 24 17:26:48 2016 +0100
@@ -18,7 +18,6 @@
 </%block>
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/admin/repos/repo_edit.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_edit.html	Sat Dec 24 17:26:48 2016 +0100
@@ -19,23 +19,8 @@
 <%def name="main()">
 ${self.repo_context_bar('options')}
 <div class="panel panel-primary" style="overflow:auto">
-    <!--<div class="panel-heading">-->
-        <!--${self.breadcrumbs()}-->
-    <!--</div>-->
-
-    ##main
     <div style="width: 150px; float:left">
         <ul class="nav nav-pills nav-stacked">
-          <!--<li>-->
-           <!--<div class="gravatar_box" style="height: 26px">-->
-             <!--<div class="gravatar" style="float: left">-->
-                <!--<i class="icon-users" style="font-size: 26px"></i>-->
-             <!--</div>-->
-               <!--<div style="margin:10px 0px 10px 0px; color:#5f5f5f; float:left">-->
-                <!--<strong>${'repo-info'}</strong>-->
-               <!--</div>-->
-           <!--</div>-->
-          <!--</li>-->
           <li class="${'active' if c.active=='settings' else ''}">
               <a href="${h.url('edit_repo', repo_name=c.repo_name)}">${_('Settings')}</a>
           </li>
--- a/kallithea/templates/admin/repos/repo_edit_fields.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_edit_fields.html	Sat Dec 24 17:26:48 2016 +0100
@@ -26,7 +26,6 @@
     %endif
     ${h.form(url('create_repo_fields', repo_name=c.repo_name))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="new_field_key">${_('New field key')}:</label>
--- a/kallithea/templates/admin/repos/repo_edit_settings.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/repos/repo_edit_settings.html	Sat Dec 24 17:26:48 2016 +0100
@@ -1,6 +1,5 @@
 ${h.form(url('update_repo', repo_name=c.repo_info.repo_name))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="repo_name">${_('Name')}:</label>
--- a/kallithea/templates/admin/user_groups/user_group_add.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/user_groups/user_group_add.html	Sat Dec 24 17:26:48 2016 +0100
@@ -18,14 +18,11 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     ${h.form(url('users_groups'))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="users_group_name">${_('Group name')}:</label>
--- a/kallithea/templates/admin/user_groups/user_group_edit_settings.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/user_groups/user_group_edit_settings.html	Sat Dec 24 17:26:48 2016 +0100
@@ -1,6 +1,5 @@
 ${h.form(url('update_users_group', id=c.user_group.users_group_id), id='edit_users_group')}
     <div class="form">
-        <!-- fields -->
             <div class="form-horizontal">
                 <div class="form-group">
                     <label class="control-label" for="users_group_name">${_('Group name')}:</label>
--- a/kallithea/templates/admin/user_groups/user_groups.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/user_groups/user_groups.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,7 +15,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
@@ -26,7 +25,6 @@
         %endif
         </ul>
     </div>
-    <!-- end box / title -->
     <div class="table">
         <table id="datatable_list_wrap"></table>
     </div>
--- a/kallithea/templates/admin/users/user_add.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/users/user_add.html	Sat Dec 24 17:26:48 2016 +0100
@@ -18,14 +18,11 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     ${h.form(url('new_user'))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="username">${_('Username')}:</label>
--- a/kallithea/templates/admin/users/user_edit_api_keys.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/users/user_edit_api_keys.html	Sat Dec 24 17:26:48 2016 +0100
@@ -54,7 +54,6 @@
 <div>
     ${h.form(url('edit_user_api_keys_update', id=c.user.user_id))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label">${_('New API key')}</label>
--- a/kallithea/templates/admin/users/user_edit_emails.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/users/user_edit_emails.html	Sat Dec 24 17:26:48 2016 +0100
@@ -35,7 +35,6 @@
 <div>
     ${h.form(url('edit_user_emails_update', id=c.user.user_id))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="new_email">${_('New email address')}:</label>
--- a/kallithea/templates/admin/users/user_edit_ips.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/users/user_edit_ips.html	Sat Dec 24 17:26:48 2016 +0100
@@ -35,7 +35,6 @@
 <div>
     ${h.form(url('edit_user_ips_update', id=c.user.user_id))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="new_ip">${_('New IP address')}:</label>
--- a/kallithea/templates/admin/users/users.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/admin/users/users.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,7 +15,6 @@
 
 <%def name="main()">
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
@@ -24,7 +23,6 @@
           </li>
         </ul>
     </div>
-    <!-- end box / title -->
     <div class="table">
         <table id="datatable_list_wrap"></table>
     </div>
--- a/kallithea/templates/base/default_perms_box.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/base/default_perms_box.html	Sat Dec 24 17:26:48 2016 +0100
@@ -7,7 +7,6 @@
 <%def name="default_perms_box(form_url)">
 ${h.form(form_url)}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
             <div class="form-group">
                 <label class="control-label" for="inherit_default_permissions">${_('Inherit defaults')}:</label>
--- a/kallithea/templates/changelog/changelog.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/changelog/changelog.html	Sat Dec 24 17:26:48 2016 +0100
@@ -28,7 +28,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog', c.first_revision.raw_id if c.first_revision else None)}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/changeset/changeset.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/changeset/changeset.html	Sat Dec 24 17:26:48 2016 +0100
@@ -19,7 +19,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog', c.changeset.raw_id)}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/changeset/changeset_range.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/changeset/changeset_range.html	Sat Dec 24 17:26:48 2016 +0100
@@ -19,7 +19,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/compare/compare_diff.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/compare/compare_diff.html	Sat Dec 24 17:26:48 2016 +0100
@@ -20,7 +20,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/files/diff_2way.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/diff_2way.html	Sat Dec 24 17:26:48 2016 +0100
@@ -26,7 +26,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/files/file_diff.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/file_diff.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,7 +15,6 @@
 <%def name="main()">
 ${self.repo_context_bar('changelog')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/files/files.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/files.html	Sat Dec 24 17:26:48 2016 +0100
@@ -21,7 +21,6 @@
 <%def name="main()">
 ${self.repo_context_bar('files', c.revision)}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
--- a/kallithea/templates/files/files_add.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/files_add.html	Sat Dec 24 17:26:48 2016 +0100
@@ -24,7 +24,6 @@
 <%def name="main()">
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
--- a/kallithea/templates/files/files_delete.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/files_delete.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,7 +15,6 @@
 <%def name="main()">
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
--- a/kallithea/templates/files/files_edit.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/files/files_edit.html	Sat Dec 24 17:26:48 2016 +0100
@@ -24,7 +24,6 @@
 <%def name="main()">
 ${self.repo_context_bar('files')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
--- a/kallithea/templates/followers/followers.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/followers/followers.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,11 +16,9 @@
 <%def name="main()">
 ${self.repo_context_bar('followers')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     <div class="table">
         <div id="followers">
             <%include file='followers_data.html'/>
--- a/kallithea/templates/forks/fork.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/forks/fork.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,10 +16,8 @@
 <%def name="main()">
 ${self.repo_context_bar('createfork')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     ${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
     <div class="form">
-        <!-- fields -->
         <div class="form-horizontal">
 
             <div class="form-group">
--- a/kallithea/templates/forks/forks.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/forks/forks.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,11 +16,9 @@
 <%def name="main()">
 ${self.repo_context_bar('showforks')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     <div class="table">
         <div id="forks">
             <%include file='forks_data.html'/>
--- a/kallithea/templates/index_base.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/index_base.html	Sat Dec 24 17:26:48 2016 +0100
@@ -1,6 +1,5 @@
 <%page args="parent,group_name=''" />
     <div class="panel panel-primary">
-        <!-- box / title -->
         <div class="panel-heading clearfix">
             <div class="breadcrumbs">
                 %if c.group is not None:
@@ -42,7 +41,6 @@
               </ul>
             %endif
         </div>
-        <!-- end box / title -->
         %if c.groups:
         <div class="table">
             <div id='groups_list_wrap'>
--- a/kallithea/templates/journal/journal.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/journal/journal.html	Sat Dec 24 17:26:48 2016 +0100
@@ -21,7 +21,6 @@
 
 <%def name="main()">
     <div class="panel panel-primary">
-        <!-- box / title -->
         <div class="panel-heading clearfix">
          ${self.breadcrumbs()}
          <ul class="links icon-only-links">
--- a/kallithea/templates/journal/public_journal.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/journal/public_journal.html	Sat Dec 24 17:26:48 2016 +0100
@@ -16,7 +16,6 @@
 <%def name="main()">
 
 <div class="panel panel-primary">
-  <!-- box / title -->
   <div class="panel-heading clearfix">
     <h5>${_('Public Journal')}</h5>
     <ul class="links icon-only-links">
--- a/kallithea/templates/login.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/login.html	Sat Dec 24 17:26:48 2016 +0100
@@ -7,7 +7,6 @@
 
 <div id="login" class="panel panel-default">
     <%include file="/base/flash_msg.html"/>
-    <!-- login -->
     <div class="panel-heading title withlogo">
         %if c.site_name:
             <h5>${_('Log In to %s') % c.site_name}</h5>
@@ -19,7 +18,6 @@
         ${h.form(url('login_home', came_from=c.came_from))}
         <div class="form">
             <i class="icon-lock"></i>
-            <!-- fields -->
 
             <div class="form-horizontal">
                 <div class="form-group">
@@ -27,14 +25,12 @@
                     <div class="col-sm-7">
                         ${h.text('username',class_='form-control')}
                     </div>
-
                 </div>
                 <div class="form-group">
                     <label class="control-label col-sm-5" for="password">${_('Password')}:</label>
                     <div class="col-sm-7">
                         ${h.password('password',class_='form-control')}
                     </div>
-
                 </div>
                 <div class="form-group">
                     <div class="col-sm-offset-5 col-sm-7">
@@ -47,8 +43,7 @@
                     </div>
                 </div>
             </div>
-            <!-- end fields -->
-            <!-- links -->
+
             <div class="links">
                 ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
                 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
@@ -59,8 +54,6 @@
                     ${h.submit('sign_in',_('Sign In'),class_="btn btn-default")}
                 </span>
             </div>
-
-            <!-- end links -->
         </div>
         ${h.end_form()}
         <script type="text/javascript">
@@ -69,5 +62,4 @@
         });
         </script>
     </div>
-    <!-- end login -->
 </div>
--- a/kallithea/templates/password_reset.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/password_reset.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,7 +17,6 @@
     <div class="inner">
         ${h.form(url('password_reset'))}
         <div class="form">
-            <!-- fields -->
             <div class="form-horizontal">
 
                 <div class="form-group">
--- a/kallithea/templates/password_reset_confirmation.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/password_reset_confirmation.html	Sat Dec 24 17:26:48 2016 +0100
@@ -23,7 +23,6 @@
             ${h.hidden('timestamp')}
         </div>
         <div class="form">
-            <!-- fields -->
             <div class="form-horizontal">
                 <div class="form-group">
                     <label class="control-label" for="token">${_('Code you received in the email')}:</label>
--- a/kallithea/templates/pullrequests/pullrequest.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/pullrequests/pullrequest.html	Sat Dec 24 17:26:48 2016 +0100
@@ -15,14 +15,12 @@
 <%def name="main()">
 ${self.repo_context_bar('showpullrequest')}
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
 
     ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')}
     <div class="form">
-        <!-- fields -->
 
         <div class="form-horizontal" style="float:left;width:50%;padding-right:30px;">
 
--- a/kallithea/templates/pullrequests/pullrequest_show.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/pullrequests/pullrequest_show.html	Sat Dec 24 17:26:48 2016 +0100
@@ -18,7 +18,6 @@
 <% editable = not c.pull_request.is_closed() and (h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or c.pull_request.owner_id == c.authuser.user_id) %>
 ${self.repo_context_bar('showpullrequest')}
 <div class="panel panel-primary">
-  <!-- box / title -->
   <div class="panel-heading">
     ${self.breadcrumbs()}
   </div>
--- a/kallithea/templates/pullrequests/pullrequest_show_all.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/pullrequests/pullrequest_show_all.html	Sat Dec 24 17:26:48 2016 +0100
@@ -22,7 +22,6 @@
 ${self.repo_context_bar('showpullrequest')}
 
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
         <ul class="links">
--- a/kallithea/templates/pullrequests/pullrequest_show_my.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/pullrequests/pullrequest_show_my.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,7 +17,6 @@
 <%def name="main()">
 
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading clearfix">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/register.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/register.html	Sat Dec 24 17:26:48 2016 +0100
@@ -17,7 +17,6 @@
     <div class="inner">
         ${h.form(url('register'))}
         <div class="form">
-            <!-- fields -->
             <div class="form-horizontal">
                 <div class="form-group">
                     <label class="control-label" for="username">${_('Username')}:</label>
--- a/kallithea/templates/search/search.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/search/search.html	Sat Dec 24 17:26:48 2016 +0100
@@ -33,11 +33,9 @@
 ${self.repo_context_bar('options')}
 %endif
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     %if c.repo_name:
         ${h.form(h.url('search_repo',repo_name=c.repo_name),method='get')}
     %else:
--- a/kallithea/templates/summary/statistics.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/summary/statistics.html	Sat Dec 24 17:26:48 2016 +0100
@@ -23,7 +23,6 @@
     summary = lambda n:{False:'summary-short'}.get(n)
     %>
     <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
--- a/kallithea/templates/summary/summary.html	Fri Jan 06 01:43:51 2017 +0100
+++ b/kallithea/templates/summary/summary.html	Sat Dec 24 17:26:48 2016 +0100
@@ -60,11 +60,9 @@
 summary = lambda n:{False:'summary-short'}.get(n)
 %>
 <div class="panel panel-primary">
-    <!-- box / title -->
     <div class="panel-heading">
         ${self.breadcrumbs()}
     </div>
-    <!-- end box / title -->
     <div class="form">
         <div id="summary" class="form-horizontal">
             <div class="form-group form-inline clearfix">