diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -87,7 +87,7 @@ if c.repository_following: return h.literal('following') else: - return h.literal('follow') + return h.literal('follow') %> <% def is_current(selected): @@ -103,24 +103,6 @@ » ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} - ## TODO: this check feels wrong, it would be better to have a check for permissions - ## also it feels like a job for the controller - %if c.rhodecode_user.username != 'default': - - %endif