blob: e727bd27bdd36a6de56bae88281b6309d4195df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<h1>Pooled GLSA drafts</h1>
<table class="glsamaker-table">
<tr align="left">
<th>ID</th>
<th>State</th>
<th>Title</th>
<th>Submitted at/by</th>
<!--<th>Bug IDs</th>-->
<% if current_user.is_el_jefe? %><th>Admin</th><% end %>
</tr>
<%= render :partial => "glsa_row", :collection => @glsas, :as => :glsa, :locals => { :view => :drafts } %>
</table>
<%= render :partial => "status_legend" %>
|