Removed bogus characters from form_for
This commit is contained in:
parent
73b7ab344c
commit
bca0d5873b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
h(@this_user.display_name),
|
||||
{:controller => 'user', :action => 'view', :display_name => @this_user.display_name})) %></h1>
|
||||
|
||||
<%= form_forevxr(@user_block) do |f| %>
|
||||
<%= form_for(@user_block) do |f| %>
|
||||
<%= f.error_messages %>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue