Skip to content

Instantly share code, notes, and snippets.

@Yax
Created September 4, 2009 21:36
Show Gist options
  • Select an option

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

Select an option

Save Yax/181161 to your computer and use it in GitHub Desktop.
<% unless @ticket.messages.empty? %>
<h3>Wiadomości:</h3>
<%= render :partial => "/messages/messages", :locals => { :messages => @ticket.messages } %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment