admin: ported settings controller to pyramid.

- NavList dropped pyramid flag as it's pure pyramid now
This commit is contained in:
Marcin Kuzminski 2017-11-09 15:40:31 +01:00
parent 36d19561bc
commit 9c110539e0
20 changed files with 657 additions and 478 deletions

View file

@ -33,7 +33,7 @@ ${h.secure_form(h.route_path('repo_create'), request=request)}
add authentication information to the URL: https://username:password@server.company.com/repo-name.
- The Git LFS/Mercurial Largefiles objects will not be imported.
- For very large repositories, it's recommended to manually copy them into the
RhodeCode <a href="${h.url('admin_settings_vcs', anchor='vcs-storage-options')}">storage location</a> and run <a href="${h.url('admin_settings_mapping')}">Remap and Rescan</a>.
RhodeCode <a href="${h.route_path('admin_settings_vcs', _anchor='vcs-storage-options')}">storage location</a> and run <a href="${h.route_path('admin_settings_mapping')}">Remap and Rescan</a>.
</pre>
</span>
</div>