Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Commit

Permalink
Show labels in tickets index
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Groeneveld committed Aug 1, 2014
1 parent 70662bf commit 3a9d5c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/tickets/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<%= ticket.user.email %>
</td>
<td class="text-secondary table-nowrap">
<% ticket.labels.each do |label| %>
<span class="radius label"><%= label.name %></span>
<% end %>
<% if !ticket.subject.nil? %>
<a href="<%= ticket_url(ticket) %>">
<% if ticket.replies.size > 0 %>
Expand Down

0 comments on commit 3a9d5c2

Please sign in to comment.