Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Fix Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Feb 4, 2011
1 parent 88e65bd commit 94f934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/parties/_form.html.erb
Expand Up @@ -10,7 +10,7 @@
<li id="radio">
<label>Are you attending the after-party?<abbr title="required">*</abbr></label>
<p class="radio developer">
<%= form.radio_button :partying, true, %>
<%= form.radio_button :partying, true %>
<%= form.label :partying, "Partying", :for => "user_partying_partying" %>
</p>
<p class="radio designer">
Expand Down

0 comments on commit 94f934d

Please sign in to comment.