Skip to content

Instantly share code, notes, and snippets.

@ecto
Created January 24, 2011 22:23
Show Gist options
  • Save ecto/794096 to your computer and use it in GitHub Desktop.
Save ecto/794096 to your computer and use it in GitHub Desktop.
<a href="/battle/<%- offense %>/<%- defense %>">
<img src="/images/<%- battle[0] %>" /><br />
Rating: <%- battle[1] %>
</a>
or
<a href="/battle/<%- defense %>/<%- offense %>">
<img src="/images/<%- battle[2] %>" /><br />
Rating: <%- battle[3] %>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment