Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created July 23, 2010 10:04
Show Gist options
  • Select an option

  • Save workmad3/487237 to your computer and use it in GitHub Desktop.

Select an option

Save workmad3/487237 to your computer and use it in GitHub Desktop.
<h3><%= link_to (!(administrator.first_name.blank? && administrator.last_name.blank?) ? administrator.first_name + ' ' + administrator.last_name : administrator.email), admin_user_path(administrator) %></h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment