<%= @description %>
<%= render :partial => 'bugs_paging_nav' %><%= t'bugs.user.id' %> | <%= t'changeset.changesets.user' %> | <%= t'changeset.changesets.comment' %> | <%= t'changeset.changesets.saved_at' %> | <%= t'bugs.user.last_changed' %> | ||
---|---|---|---|---|---|---|
<% if bug.status == "closed" %> <%= image_tag("closed_bug_marker.png", :alt => 'closed') %> <% else %> <%= image_tag("open_bug_marker.png", :alt => 'open') %> <% end %> | <%= link_to bug.id.to_s, :controller => "browse", :action => "bug", :id => bug.id %> | <% if bug.author.nil? %><%= bug.author_name %> | <% else %><%= link_to h(bug.author_name), :controller => "user", :action => "view", :display_name => bug.author_name %> | <% end %><%= htmlize bug.comments.first.body %> | <%= l bug.created_at %> | <%= l bug.updated_at %> |