Skip to content

Instantly share code, notes, and snippets.

@Yax
Created August 28, 2009 21:15
Show Gist options
  • Select an option

  • Save Yax/177252 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/177252 to your computer and use it in GitHub Desktop.
<tr>
<td><%=unless ticket.category.nil?
h ticket.category.name
else
"Błędna kategoria!"
end
%></td>
<td><%=h ticket.employee_name %></td>
<td><%=h ticket.email %></td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment