# HG changeset patch # User Mads Kiilerich # Date 2017-06-25 18:27:28 # Node ID 9846e4d1f9cd327720ec991ccf4fc04d1496e1d4 # Parent 365708e663839577a91676dd0d23178b87acd31a style: drop some redundant and empty divs diff --git a/kallithea/templates/admin/repos/repo_creating.html b/kallithea/templates/admin/repos/repo_creating.html --- a/kallithea/templates/admin/repos/repo_creating.html +++ b/kallithea/templates/admin/repos/repo_creating.html @@ -29,7 +29,7 @@
-
diff --git a/kallithea/templates/admin/user_groups/user_group_edit_settings.html b/kallithea/templates/admin/user_groups/user_group_edit_settings.html --- a/kallithea/templates/admin/user_groups/user_group_edit_settings.html +++ b/kallithea/templates/admin/user_groups/user_group_edit_settings.html @@ -23,18 +23,22 @@ ${h.form(url('update_users_group', id=c.
-
+
${_('Chosen group members')}
- ${h.select('users_group_members',[],c.group_members,multiple=True,size=8,style="min-width:210px",class_='form-control')} + ${h.select('users_group_members',[],c.group_members,multiple=True,size=8,style="width:210px",class_='form-control')}
-
+
+
 
+
-
+
+
+
-
+
${_('Available members')}
- ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="min-width:210px",class_='form-control')} + ${h.select('available_members',[],c.available_members,multiple=True,size=8,style="width:210px",class_='form-control')}
diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html +++ b/kallithea/templates/base/root.html @@ -107,7 +107,6 @@ ${next.body()} diff --git a/kallithea/templates/files/diff_2way.html b/kallithea/templates/files/diff_2way.html --- a/kallithea/templates/files/diff_2way.html +++ b/kallithea/templates/files/diff_2way.html @@ -33,7 +33,6 @@ ${self.repo_context_bar('changelog')}
-
${h.link_to(h.safe_unicode(c.node1.path),h.url('files_home',repo_name=c.repo_name, revision=c.cs2.raw_id,f_path=h.safe_unicode(c.node1.path)))} @@ -54,7 +53,6 @@ ${self.repo_context_bar('changelog')} ${h.checkbox('ignorews', label=_('Ignore whitespace'))} ${h.checkbox('edit_mode', label=_('Edit'))}
-
diff --git a/kallithea/templates/followers/followers_data.html b/kallithea/templates/followers/followers_data.html --- a/kallithea/templates/followers/followers_data.html +++ b/kallithea/templates/followers/followers_data.html @@ -6,10 +6,9 @@ ${h.gravatar_div(f.user.email, size=24)} ${f.user.username} (${f.user.name} ${f.user.lastname})
-
${_('Started following -')} - ${h.age(f.follows_from)}
-
+ ${h.age(f.follows_from)} +
% endfor diff --git a/kallithea/templates/forks/forks_data.html b/kallithea/templates/forks/forks_data.html --- a/kallithea/templates/forks/forks_data.html +++ b/kallithea/templates/forks/forks_data.html @@ -11,7 +11,6 @@
${f.description}
-
${_('Forked')} - ${h.age(f.created_on)}