% form_tag url_for(:action => :list) , { :method => 'get', :style => 'float:left; margin-right: 10px' } do -%>
<%= job.body %>
<% if logged_in? && (job.user == current_user || current_user.admin) %> <%= link_to 'Edit', :controller => :job, :action => :edit, :id => job.id %> <%= link_to 'Delete', :controller => :job, :action => :delete, :id => job.id %> <% end -%>
Created By: <%= link_to job.user.login, :controller => :user, :action => :show, :id => job.user.id %> <%= time_ago_in_words job.created_at %> ago
Modified: <%= time_ago_in_words job.updated_at %> ago