diff options
Diffstat (limited to 'app/views/search/_glsas.html.erb')
-rw-r--r-- | app/views/search/_glsas.html.erb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/search/_glsas.html.erb b/app/views/search/_glsas.html.erb deleted file mode 100644 index 28855b0..0000000 --- a/app/views/search/_glsas.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -<div class="box"> - <h2>GLSAs</h2> - - <table class="glsamaker-table"> - <tr align="left"> - <th>ID</th> - <th>State</th> - <th>Title</th> - <th>Last changed at/by</th> - <% if current_user.is_el_jefe? %><th>Admin</th><% end %> - </tr> - <%= render :partial => "/glsa/glsa_row", :collection => results, :as => :glsa, :locals => { :view => :requests } %> - </table> -</div>
\ No newline at end of file |