Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created August 6, 2008 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danlucraft/4216 to your computer and use it in GitHub Desktop.
Save danlucraft/4216 to your computer and use it in GitHub Desktop.
<% if !@band_install.last_scraped and
@is_owner and
@artist.concerts.empty? and
@band_install.created_at > Time.now - 5.minutes %>
<center>
Checking your MySpace profile for tour dates...
Check back in a few minutes.
</center>
<% elsif @artist.concerts.empty? and @is_owner %>
<center>
No tour dates. Why not add some?
</center>
<% elsif @artist.concerts.empty? %>
<center>
No tour dates yet.
</center>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment