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
 
@@ -43,7 +43,7 @@ ${self.repo_context_bar('changelog', c.f
 
                        <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)}
0 comments (0 inline, 0 general)