fix gist.github.com clone urls
[phorkie.git] / src / phorkie / Repository.php
index 2683ad0964a10a96b56140cc09febd88d4159d03..9de2e1ab8995b8226e0e8845d9d5eb0866019879 100644 (file)
@@ -331,6 +331,8 @@ class Repository
             $link = $this->id . '/delete';
         } else if ($type == 'delete-confirm') {
             $link = $this->id . '/delete/confirm';
+        } else if ($type == 'remotefork') {
+            return 'web+fork:' . $this->getLink('display', null, true);
         } else if ($type == 'revision') {
             $link = $this->id . '/rev/' . $option;
         } else if ($type == 'linkback') {