diff options
author | skaegi <simon_kaegi@ca.ibm.com> | 2014-06-30 11:11:13 -0400 |
---|---|---|
committer | skaegi <simon_kaegi@ca.ibm.com> | 2014-06-30 11:18:49 -0400 |
commit | 1de3498347de5e533dc9c6271af711d1908923f1 (patch) | |
tree | b24931c753d0382067550ae3a877e060e718f962 | |
parent | b3e120340db6e9ff87502a86bf86a4b3b06d694f (diff) | |
download | org.eclipse.orion.client-origin/stable_20140629.zip org.eclipse.orion.client-origin/stable_20140629.tar.gz org.eclipse.orion.client-origin/stable_20140629.tar.bz2 |
Project page links to Git Status instead of Git Repositoryorigin/stable_20140629
-rw-r--r-- | bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js index f1d6cc2..d66b5ee 100644 --- a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js +++ b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js @@ -414,9 +414,9 @@ function(PluginProvider, xhr, mServiceregistry, mGitClient, mSshTools, i18nUtil, Value: clone.GitUrl }, { - Name: "Git Status", - Value: "Git Status", - Href: "{+OrionHome}/git/git-status.html#" + item.Git.StatusLocation + Name: "Git Repository", + Value: "Git Repository", + Href: "{+OrionHome}/git/git-repository.html#" + item.Git.CloneLocation } ] } |