Switch to unified view

a/Allura/allura/templates/grants.html b/Allura/allura/templates/grants.html
...
...
4
4
5
{% block header %}Grants List{% endblock %}
5
{% block header %}Grants List{% endblock %}
6
6
7
{% block content %}
7
{% block content %}
8
          <div id="award_list">
8
          <div id="award_list">
9
            <table border="1">
9
            <table>
10
              <thead>
10
              <thead>
11
                <tr>
11
                <tr>
12
                  <th>Award</th>
12
                  <th>Award</th>
13
                  <th>Recipient</th>
13
                  <th>Recipient</th>
14
                  <th>Delete?</th>
14
                  <th>Delete?</th>