Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <% if @pending.blank? %>
- <p>No records.</p>
- <% else %>
- <table>
- <tr><th>Applicant</th><th>Submitted</th></tr>
- <%= render :partial => "applicant", :collection => @pending %>
- </table>
- <% end %>
- ## partial
- <tr>
- <td><%= applicant.user.first_name %> <%= applicant.user.last_name %></td>
- <td><%= fmt_date(a.updated_at) %></td>
- </tr>
Add Comment
Please, Sign In to add comment