# HG changeset patch # User Mads Kiilerich # Date 1580952699 -3600 # Node ID b495947ac1748e5606a1a0c56a71a435d3157945 # Parent 563708f2275d8baea231cef2e44e661b16779431 ui: use fork icon for the fork option (Issue #356) Reported with patch by Ross Thomas. diff -r 563708f2275d -r b495947ac174 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Fri Nov 29 11:47:32 2019 +0100 +++ b/kallithea/templates/base/base.html Thu Feb 06 02:31:39 2020 +0100 @@ -168,7 +168,7 @@ ${_('Unfollow')} -
  • ${_('Fork')}
  • +
  • ${_('Fork')}
  • ${_('Create Pull Request')}
  • %endif