# HG changeset patch # User Marcin Kuzminski # Date 2019-05-08 10:59:17 # Node ID 73c9ff946cfeca943a1d6714b8674ad81f7b1e31 # Parent cde50f0a03ad74e69efd497f9bcacf05db3eaadc summary: move the RSS button to the right pane of repo name 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