changeset 3897:aaac3954ad4a beta

Show repo ID in settings
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 23:41:52 +0200
parents 8dae2a288339
children c9f5a397c0dc
files rhodecode/templates/admin/repos/repo_edit.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Wed May 22 23:36:59 2013 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Wed May 22 23:41:52 2013 +0200
@@ -33,6 +33,7 @@
                 </div>
                 <div class="input">
                     ${h.text('repo_name',class_="medium")}
+                    <span class="help-block">${_('Non-changeable id')}: ${c.repo_info.repo_id}</span>
                 </div>
            </div>
            <div class="field">