##// END OF EJS Templates
svn-support: Add a button to vcs-svn settings template to generate Apache config.
Martin Bornhold -
r1013:499b9d52 default
parent child Browse files
Show More
@@ -161,6 +161,9 b''
161 ${h.text('vcs_svn_proxy_http_server_url',size=59)}
161 ${h.text('vcs_svn_proxy_http_server_url',size=59)}
162 </div>
162 </div>
163 </div>
163 </div>
164 <div class="buttons">
165 <button class="btn btn-primary" id="vcs_svn_generate_cfg">${_('Generate Apache Config')}</button>
166 </div>
164 </div>
167 </div>
165 </div>
168 </div>
166 % endif
169 % endif
General Comments 0
You need to be logged in to leave comments. Login now