Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created July 9, 2009 22:16
Show Gist options
  • Save jpemberthy/144042 to your computer and use it in GitHub Desktop.
Save jpemberthy/144042 to your computer and use it in GitHub Desktop.
<% author_name = message.author ? message.author.name : User.find(message.author_id, :with_deleted => true).name %>
<td class="by">
<%=h author_name %><%= " wrote" unless controller.controller_name == 'messages' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment