# HG changeset patch # User Mads Kiilerich # Date 2020-02-06 02:31:39 # Node ID b495947ac1748e5606a1a0c56a71a435d3157945 # Parent 563708f2275d8baea231cef2e44e661b16779431 ui: use fork icon for the fork option (Issue #356) Reported with patch by Ross Thomas. 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 @@ -168,7 +168,7 @@ ${_('Unfollow')} -
  • ${_('Fork')}
  • +
  • ${_('Fork')}
  • ${_('Create Pull Request')}
  • %endif