Changeset - 68d3315c48d4
[Not reviewed]
default
0 37 0
Mads Kiilerich - 9 years ago 2016-10-29 16:11:49
madski@unity3d.com
style: whitespace fixes in templates - make indentation more consistent and reduce future churn
4 files changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/defaults/defaults.html
Show inline comments
 
@@ -43,7 +43,6 @@
 
                </div>
 
            </div>
 

	
 

	
 
            <div class="form-group">
 
                <label class="control-label" for="default_repo_enable_statistics">${_('Enable statistics')}:</label>
 
                <div class="checkboxes">
kallithea/templates/admin/notifications/notifications_data.html
Show inline comments
 
@@ -4,7 +4,6 @@
 
unread = lambda n:{False:'unread'}.get(n)
 
%>
 

	
 

	
 
<div class="notification-list  notification-table">
 
%for notification in c.notifications:
 
  <div id="notification_${notification.notification.notification_id}" class="container ${unread(notification.read)}">
kallithea/templates/admin/repos/repo_edit_fields.html
Show inline comments
 
@@ -34,6 +34,7 @@
 
                    ${h.text('new_field_key', class_='small')}
 
                </div>
 
             </div>
 

	
 
             <div class="form-group">
 
                <label class="control-label" for="new_field_label">${_('New field label')}:</label>
 
                <div class="input">
kallithea/templates/admin/user_groups/user_group_edit_settings.html
Show inline comments
 
@@ -46,7 +46,6 @@ ${h.form(url('update_users_group', id=c.
 
                                </tr>
 
                        </table>
 
                    </div>
 

	
 
                </div>
 
                <div class="form-group">
 
                    <div class="buttons">
0 comments (0 inline, 0 general)