Created
January 24, 2011 22:23
-
-
Save ecto/794096 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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