Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #255 from dougfarre/master
Browse files Browse the repository at this point in the history
Fixed simple syntax error in ReadMe
  • Loading branch information
lest committed Mar 25, 2013
2 parents 6232dd8 + ea6167b commit 731b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ fields should be inserted.
<%= f.fields_for :tasks, :wrapper => false do |task_form| %>
<tr class="fields">
<td><%= task_form.text_field :name %></td>
</td><%= task_form.link_to_remove "Remove this task" %></td>
<td><%= task_form.link_to_remove "Remove this task" %></td>
</tr>
<% end %>
</table>
Expand Down

0 comments on commit 731b5b0

Please sign in to comment.