diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html
--- a/rhodecode/templates/journal/journal.html
+++ b/rhodecode/templates/journal/journal.html
@@ -1,14 +1,17 @@
## -*- coding: utf-8 -*-
<%inherit file="/base/base.html"/>
<%def name="title()">
- ${_('Journal')} · ${c.rhodecode_name}
+ ${_('Journal')}
+ %if c.rhodecode_name:
+ · ${c.rhodecode_name}
+ %endif
%def>
<%def name="breadcrumbs()">
${h.end_form()}
@@ -27,12 +30,12 @@
${self.breadcrumbs()}
-
+
-
-
+
-
-
+
@@ -46,24 +49,24 @@
-
@@ -104,8 +107,8 @@
YUD.setStyle('q_filter','display','');
YUD.setStyle('q_filter_watched','display','none');
- YUD.addClass('show_my', 'current');
- YUD.removeClass('show_watched','current');
+ YUD.addClass('show_my_li', 'active');
+ YUD.removeClass('show_watched_li','active');
if(!YUD.hasClass('show_my', 'loaded')){
table_renderer(${c.data |n});
@@ -121,8 +124,8 @@
YUD.setStyle('q_filter_watched','display','');
YUD.setStyle('q_filter','display','none');
- YUD.addClass('show_watched', 'current');
- YUD.removeClass('show_my','current');
+ YUD.addClass('show_watched_li', 'active');
+ YUD.removeClass('show_my_li','active');
if(!YUD.hasClass('show_watched', 'loaded')){
watched_renderer(${c.watched_data |n});
YUD.addClass('show_watched', 'loaded');
@@ -166,6 +169,7 @@
{key:"raw_name"},
{key:"name"},
{key:"last_changeset"},
+ {key:"last_rev_raw"},
{key:"action"},
]
};
@@ -256,6 +260,7 @@
{key:"raw_name"},
{key:"name"},
{key:"last_changeset"},
+ {key:"last_rev_raw"},
{key:"action"},
]
};