##// END OF EJS Templates
svn: added svn setup instructions link into the proxy host form.
marcink -
r1117:92446807 default
parent child Browse files
Show More
@@ -150,7 +150,10 b''
150 <label for="vcs_svn_proxy_http_requests_enabled${suffix}">${_('Proxy subversion HTTP requests')}</label>
150 <label for="vcs_svn_proxy_http_requests_enabled${suffix}">${_('Proxy subversion HTTP requests')}</label>
151 </div>
151 </div>
152 <div class="label">
152 <div class="label">
153 <span class="help-block">${_('Subversion HTTP Support. Enables communication with SVN over HTTP protocol.')}</span>
153 <span class="help-block">
154 ${_('Subversion HTTP Support. Enables communication with SVN over HTTP protocol.')}
155 <a href="${h.url('enterprise_svn_setup')}" target="_blank">${_('SVN Protocol setup Documentation')}</a>.
156 </span>
154 </div>
157 </div>
155 </div>
158 </div>
156 <div class="field">
159 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now