Switch to unified view
a/Allura/allura/templates/widgets/repo/log.html | b/Allura/allura/templates/widgets/repo/log.html | ||
---|---|---|---|
... |
... |
||
44 | </tbody> |
44 | </tbody> |
45 | </table> |
45 | </table> |
46 | {% if show_paging %} |
46 | {% if show_paging %} |
47 | <div class="grid-19" style="clear:both"> |
47 | <div class="grid-19" style="clear:both"> |
48 | {{widget.fields['page_list'].display(limit=limit, page=page, count=count)}} |
48 | {{widget.fields['page_list'].display(limit=limit, page=page, count=count)}} |
49 | {{widget.fields['page_size'].display(limit=limit)}} |
49 | {{widget.fields['page_size'].display(limit=limit, page=page, count=count)}}
|
50 | </div> |
50 | </div> |
51 | {% endif %} |
51 | {% endif %} |
52 | </div> |
52 | </div> |