Removing :value => on hidden_field_tag. Thanks npouillard.
This commit is contained in:
parent
b77547e940
commit
1a5aa02c77
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
%p
|
%p
|
||||||
= label_tag :destination_handle, t('.friends_username'), :for => "request_d_handle_to_#{aspect.id}"
|
= label_tag :destination_handle, t('.friends_username'), :for => "request_d_handle_to_#{aspect.id}"
|
||||||
= text_field_tag :destination_handle,'', :id => "request_d_handle_to_#{aspect.id}"
|
= text_field_tag :destination_handle,'', :id => "request_d_handle_to_#{aspect.id}"
|
||||||
= hidden_field_tag :aspect_id, :value => aspect.id
|
= hidden_field_tag :aspect_id, aspect.id
|
||||||
|
|
||||||
- if defined?(getting_started)
|
- if defined?(getting_started)
|
||||||
= hidden_field_tag :getting_started, getting_started
|
= hidden_field_tag :getting_started, getting_started
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue