diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 01:10:57 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 01:10:57 +0200 |
| commit | 3ff131a747834f6ef481a6fa8ee663fea3fac93b (patch) | |
| tree | 90c92e466f989e9362c606c1d80b2adc6e06bc42 /app/views/hooks | |
| parent | 0af5884bcdd0f1ef7827a9493422cd6aad876219 (diff) | |
| download | gitlab-ce-3ff131a747834f6ef481a6fa8ee663fea3fac93b.tar.gz | |
Improve web hook data. Use clonable url in repo info
Diffstat (limited to 'app/views/hooks')
| -rw-r--r-- | app/views/hooks/_data_ex.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/hooks/_data_ex.html.erb b/app/views/hooks/_data_ex.html.erb index 7dd6b9e0750..4d49ee2f0ee 100644 --- a/app/views/hooks/_data_ex.html.erb +++ b/app/views/hooks/_data_ex.html.erb @@ -7,9 +7,9 @@ :user_name => "John Smith", :repository => { :name => "Diaspora", - :url => "localhost/diaspora", + :url => "git@localhost/diaspora.git", :description => "", - :homepage => "localhost/diaspora", + :homepage => "http://localhost/diaspora", :private => true }, :commits => [ |
