Changeset - b495947ac174
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2020-02-06 02:31:39
mads@kiilerich.com
Grafted from: 3e958a3a83e9
ui: use fork icon for the fork option (Issue #356)

Reported with patch by Ross Thomas.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/base.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)