# HG changeset patch # User Vincent Duvert # Date 2012-06-05 18:40:43 # Node ID a78cd80ad385d8c2a06ca6293c57d2ee7eeb2d7c # Parent 513de5ffe608f80ef0d7d62ba497c0ab996bc40b Added localization for the “quick filter” menu item and improved localization on the followers page. diff --git a/rhodecode/templates/followers/followers_data.html b/rhodecode/templates/followers/followers_data.html --- a/rhodecode/templates/followers/followers_data.html +++ b/rhodecode/templates/followers/followers_data.html @@ -9,7 +9,7 @@ ${f.user.username} (${f.user.name} ${f.user.lastname})
-
${_('Started following')} - +
${_('Started following -')} ${h.age(f.follows_from)}
diff --git a/rhodecode/templates/repo_switcher_list.html b/rhodecode/templates/repo_switcher_list.html --- a/rhodecode/templates/repo_switcher_list.html +++ b/rhodecode/templates/repo_switcher_list.html @@ -1,7 +1,7 @@ ## -*- coding: utf-8 -*-
  • - +
  • %for repo in c.repos_list: