# HG changeset patch # User Mads Kiilerich # Date 2017-03-03 02:44:13 # Node ID 85a1ffa5d96a6e7228c405b999b926f932a0e687 # Parent a2f4ed1298813f35de4477d4eafcf896fff4119b style: fix "following" toggling diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -162,8 +162,8 @@ %if request.authuser.username != 'default':
  • - ${_('Follow')} - ${_('Unfollow')} + ${_('Follow')} + ${_('Unfollow')}
  • ${_('Fork')}