Improve And New feature Clone to Source Tree

Add button on project view page (for example in red square) Untitled implment

  1. add button to app\views\projects_home_panel.html.haml or app\views\shared_clone_panel.html
  2. add js function: funtion(){ window.location.href = 'sourcetree://cloneRepo/'+$('#project_clone').val(); }