Changeset - bf17b1e4a19c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-13 14:32:45
marcin@python-works.com
fixed issue #497 missing landing rev on second edit repo page
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/settings/repo_settings.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)