diff --git a/rhodecode/public/css/type.less b/rhodecode/public/css/type.less --- a/rhodecode/public/css/type.less +++ b/rhodecode/public/css/type.less @@ -304,6 +304,11 @@ mark, } .title-content { + + &.repo-title { + float: none + } + float: left; margin: 0; padding: 0; diff --git a/rhodecode/templates/base/base.mako b/rhodecode/templates/base/base.mako --- a/rhodecode/templates/base/base.mako +++ b/rhodecode/templates/base/base.mako @@ -190,7 +190,7 @@ <%def name="repo_page_title(repo_instance)"> -
+
## SVN/HG/GIT icons %if h.is_hg(repo_instance): @@ -213,6 +213,15 @@ ## repo name with group name ${h.breadcrumb_repo_link(repo_instance)} + ## Context Actions +
+ %if c.rhodecode_user.username != h.DEFAULT_USER: + RSS + %else: + RSS + %endif +
+
## FORKED diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -197,21 +197,6 @@
% endif - ## Context Action - - ## Repo size