diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css
--- a/kallithea/public/css/style.css
+++ b/kallithea/public/css/style.css
@@ -4973,16 +4973,16 @@ table.code-difftable .del .code pre:befo
content: "-";
color: #550000;
}
-
+
table.code-difftable .add .code pre:before {
content: "+";
color: #005500;
}
-
+
table.code-difftable .unmod .code pre:before {
content: " ";
}
-
+
.add-bubble {
position: relative;
display: none;
diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html
--- a/kallithea/templates/changelog/changelog_summary_data.html
+++ b/kallithea/templates/changelog/changelog_summary_data.html
@@ -72,16 +72,6 @@
-
-
diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html
--- a/kallithea/templates/changeset/changeset_file_comment.html
+++ b/kallithea/templates/changeset/changeset_file_comment.html
@@ -245,7 +245,7 @@ $(document).ready(function () {
}
var post_data = {'text': _text};
$('#preview-box').addClass('unloaded');
- $('#preivew-box').html(_TM['Loading ...']);
+ $('#preview-box').html(_TM['Loading ...']);
$('#edit-container').hide();
$('#edit-btn').show();
$('#preview-container').show();
diff --git a/kallithea/templates/followers/followers.html b/kallithea/templates/followers/followers.html
--- a/kallithea/templates/followers/followers.html
+++ b/kallithea/templates/followers/followers.html
@@ -12,6 +12,7 @@
<%block name="header_menu">
${self.menu('repositories')}
%block>
+
<%def name="main()">
${self.repo_context_bar('followers')}
@@ -26,4 +27,17 @@ ${self.repo_context_bar('followers')}
+
%def>
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
@@ -16,18 +16,5 @@
% endfor
diff --git a/kallithea/templates/forks/forks.html b/kallithea/templates/forks/forks.html
--- a/kallithea/templates/forks/forks.html
+++ b/kallithea/templates/forks/forks.html
@@ -27,4 +27,17 @@ ${self.repo_context_bar('showforks')}
+
%def>
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
@@ -24,19 +24,6 @@
% endfor
% else:
diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html
--- a/kallithea/templates/journal/journal.html
+++ b/kallithea/templates/journal/journal.html
@@ -70,7 +70,7 @@
-
+
+
+
%def>
diff --git a/kallithea/templates/journal/journal_data.html b/kallithea/templates/journal/journal_data.html
--- a/kallithea/templates/journal/journal_data.html
+++ b/kallithea/templates/journal/journal_data.html
@@ -38,24 +38,6 @@
-
%else:
${_('No entries yet')}
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html
--- a/kallithea/templates/summary/summary.html
+++ b/kallithea/templates/summary/summary.html
@@ -397,4 +397,15 @@ $(document).ready(function(){
%endif
+## Shortlog paging
+
+
%def>