Fix form item name in status_interact.html
This commit is contained in:
parent
2701628786
commit
a243a217a7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<%= @status_id %>
|
<%= @status_id %>
|
||||||
</div>
|
</div>
|
||||||
<%= form_for @conn, Routes.util_path(@conn, :remote_subscribe), [as: "status"], fn f -> %>
|
<%= form_for @conn, Routes.util_path(@conn, :remote_subscribe), [as: "status"], fn f -> %>
|
||||||
<%= hidden_input f, :status, value: @status_id %>
|
<%= hidden_input f, :status_id, value: @status_id %>
|
||||||
<%= text_input f, :profile, placeholder: "Your account ID, e.g. lain@quitter.se" %>
|
<%= text_input f, :profile, placeholder: "Your account ID, e.g. lain@quitter.se" %>
|
||||||
<%= submit "Interact" %>
|
<%= submit "Interact" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue