Switch to unified view
a/Allura/allura/templates/repo/merge_requests.html | b/Allura/allura/templates/repo/merge_requests.html | ||
---|---|---|---|
... |
... |
||
7 | Repository |
7 | Repository |
8 | {% endif %} |
8 | {% endif %} |
9 | {% endblock %} |
9 | {% endblock %} |
10 | 10 | ||
11 | {% block header %}{{c.app.config.options.mount_label}} Merge Requests{% endblock %} |
11 | {% block header %}{{c.app.config.options.mount_label}} Merge Requests{% endblock %} |
12 | |||
13 | {% block content %} |
12 | {% block content %} |
14 | {{ clone_info(c.app.repo) }} |
||
15 | |||
16 | {{ c.mr_filter.display(action='.', value=dict(status=status)) }} |
13 | {{ c.mr_filter.display(action='.', value=dict(status=status)) }} |
17 | 14 | ||
18 | <table> |
15 | <table> |
19 | <thead> |
16 | <thead> |
20 | <tr> |
17 | <tr> |