Show More
@@ -54,7 +54,7 b' class ChangelogController(BaseRepoContro' | |||||
54 |
|
54 | |||
55 | def index(self): |
|
55 | def index(self): | |
56 | limit = 100 |
|
56 | limit = 100 | |
57 |
default = |
|
57 | default = 40 | |
58 | if request.params.get('size'): |
|
58 | if request.params.get('size'): | |
59 | try: |
|
59 | try: | |
60 | int_size = int(request.params.get('size')) |
|
60 | int_size = int(request.params.get('size')) |
@@ -2229,15 +2229,15 b' h3.files_location {' | |||||
2229 | #graph_content .container_header { |
|
2229 | #graph_content .container_header { | |
2230 | border: 1px solid #CCC; |
|
2230 | border: 1px solid #CCC; | |
2231 | padding: 10px; |
|
2231 | padding: 10px; | |
2232 |
height: |
|
2232 | height: 25px; | |
2233 | -webkit-border-radius: 6px 6px 0px 0px; |
|
2233 | -webkit-border-radius: 6px 6px 0px 0px; | |
2234 | -moz-border-radius: 6px 6px 0px 0px; |
|
2234 | -moz-border-radius: 6px 6px 0px 0px; | |
2235 | border-radius: 6px 6px 0px 0px; |
|
2235 | border-radius: 6px 6px 0px 0px; | |
2236 | } |
|
2236 | } | |
2237 |
|
2237 | |||
2238 | #graph_content #rev_range_container { |
|
2238 | #graph_content #rev_range_container { | |
2239 |
padding: |
|
2239 | padding: 5px 20px; | |
2240 | clear: both; |
|
2240 | float: left; | |
2241 | } |
|
2241 | } | |
2242 |
|
2242 | |||
2243 | #graph_content .container { |
|
2243 | #graph_content .container { |
@@ -36,11 +36,11 b'' | |||||
36 | <div class="info_box" style="float:left"> |
|
36 | <div class="info_box" style="float:left"> | |
37 | ${h.submit('set',_('Show'),class_="ui-btn")} |
|
37 | ${h.submit('set',_('Show'),class_="ui-btn")} | |
38 | ${h.text('size',size=1,value=c.size)} |
|
38 | ${h.text('size',size=1,value=c.size)} | |
39 |
|
|
39 | ${_('revisions')} | |
40 | </div> |
|
40 | </div> | |
41 | ${h.end_form()} |
|
41 | ${h.end_form()} | |
|
42 | <div id="rev_range_container" style="display:none"></div> | |||
42 | <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div> |
|
43 | <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div> | |
43 | <div id="rev_range_container" style="display:none"></div> |
|
|||
44 | </div> |
|
44 | </div> | |
45 |
|
45 | |||
46 | %for cnt,cs in enumerate(c.pagination): |
|
46 | %for cnt,cs in enumerate(c.pagination): |
General Comments 0
You need to be logged in to leave comments.
Login now