Skip to content

Instantly share code, notes, and snippets.

@superchris
Created October 31, 2011 15:09
Show Gist options
  • Save superchris/1327696 to your computer and use it in GitHub Desktop.
Save superchris/1327696 to your computer and use it in GitHub Desktop.
test
<% if @project.isOnHold(): %>
On Hold
<% else if @project.isArchived(): %>
Archived
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment