Mercurial > public > src > rhodecode
changeset 2698:bf17b1e4a19c beta
fixed issue #497 missing landing rev on second edit repo page
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Fri, 13 Jul 2012 14:32:45 +0200 |
parents | 6c83dc0226d2 |
children | 7b092b919f4f |
files | rhodecode/templates/settings/repo_settings.html |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rhodecode/templates/settings/repo_settings.html Thu Jul 12 17:14:59 2012 +0200 +++ b/rhodecode/templates/settings/repo_settings.html Fri Jul 13 14:32:45 2012 +0200 @@ -53,6 +53,15 @@ </div> </div> <div class="field"> + <div class="label"> + <label for="landing_rev">${_('Landing revision')}:</label> + </div> + <div class="input"> + ${h.select('landing_rev','',c.landing_revs,class_="medium")} + <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span> + </div> + </div> + <div class="field"> <div class="label label-textarea"> <label for="description">${_('Description')}:</label> </div>