management requests table reorganization
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 15 Sep 2014 16:22:12 +0000 (18:22 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 15 Sep 2014 16:22:12 +0000 (18:22 +0200)
portal/templates/management-tab-requests.html

index e32799f..d704edc 100644 (file)
@@ -88,6 +88,7 @@
        <h2>From your authorities</h2>
 </div>
 {% if my_authorities %}
+<div class="col-md-12">
        <table class="table-responsive requests">
            <thead>
         <tr>
@@ -97,6 +98,7 @@
             <th>Authority</th>
             <th>Info</th>
             <th>Date</th>
+            <th>Statu</th>
         </tr>
         </thead>
         <tbody>
        {% endfor %}
           </tbody>
     </table>
+   </div>
 {% else %}
        <div class="col-md-12">
                <i>There is no pending request waiting for validation.</i>