You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/10/22 20:26:37 UTC

git commit: make merge requests listing page not completely broken

Updated Branches:
  refs/heads/master 1cb2f4f9f -> 8ea95188a


make merge requests listing page not completely broken


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/8ea95188
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/8ea95188
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/8ea95188

Branch: refs/heads/master
Commit: 8ea95188a91b034549e18568cb47d09b4d1b4e7c
Parents: 1cb2f4f
Author: Dave Brondsema <db...@geek.net>
Authored: Mon Oct 22 18:26:30 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Mon Oct 22 18:26:30 2012 +0000

----------------------------------------------------------------------
 Allura/allura/templates/repo/merge_requests.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/8ea95188/Allura/allura/templates/repo/merge_requests.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/merge_requests.html b/Allura/allura/templates/repo/merge_requests.html
index 1990d24..75986ef 100644
--- a/Allura/allura/templates/repo/merge_requests.html
+++ b/Allura/allura/templates/repo/merge_requests.html
@@ -10,7 +10,9 @@
 
 {% block header %}{{c.app.config.options.mount_label}} Merge Requests{% endblock %}
 {% block content %}
+  <div class="nested-grid-container">
   {{ c.mr_filter.display(action='.', value=dict(status=status)) }}
+  </div>
 
   <table>
     <thead>