Skip to content

Instantly share code, notes, and snippets.

@codeschool-courses
Created August 26, 2011 18:36
Show Gist options
  • Save codeschool-courses/1174083 to your computer and use it in GitHub Desktop.
Save codeschool-courses/1174083 to your computer and use it in GitHub Desktop.
Rails for Zombies 2 - Challenge 5-7
<p id="notice"><%= notice %></p>
<ul>
<li>
<em>Name:</em>
<%= @weapon.name %>
</li>
<li>
<em>Condition:</em>
<span id="condition"><%= @weapon.condition %></span>
<%= link_to "Toggle", toggle_condition_user_weapon_path(@user, @weapon), remote: true %>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment