Changeset - 79e13a32dd76
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2014-07-15 02:59:44
sean.michael.farley@gmail.com
changelog: increase revisions box default size to 3
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -40,13 +40,13 @@ ${self.repo_context_bar('changelog', c.f
 
            <div>
 
                <div style="overflow:auto; display:${'none' if c.changelog_for_path else ''}">
 
                    <div class="container_header">
 
                        <div style="float:left; margin-left:20px;">
 
                        ${h.form(h.url.current(),method='get')}
 
                            ${h.submit('set',_('Show'),class_="btn btn-small")}
 
                            ${h.text('size',size=1,value=c.size)}
 
                            ${h.text('size',size=3,value=c.size)}
 
                            ${_('revisions')}
 
                            %if c.branch_name:
 
                            ${h.hidden('branch', c.branch_name)}
 
                            %endif
 
                        ${h.end_form()}
 
                        </div>
0 comments (0 inline, 0 general)