changeset 8231:b495947ac174

ui: use fork icon for the fork option (Issue #356) Reported with patch by Ross Thomas.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 06 Feb 2020 02:31:39 +0100
parents 563708f2275d
children dac0bff4d2a3
files kallithea/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                     <span class="show-following"><i class="icon-heart"></i>${_('Unfollow')}</span>
                    </a>
                   </li>
-                  <li><a href="${h.url('repo_fork_home',repo_name=c.repo_name)}"><i class="icon-git-pull-request"></i>${_('Fork')}</a></li>
+                  <li><a href="${h.url('repo_fork_home',repo_name=c.repo_name)}"><i class="icon-fork"></i>${_('Fork')}</a></li>
                   <li><a href="${h.url('pullrequest_home',repo_name=c.repo_name)}"><i class="icon-git-pull-request"></i>${_('Create Pull Request')}</a></li>
               %endif
              </ul>