mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix clicking share placeholder text jumping to first textinput on page
This commit is contained in:
parent
fce2a29303
commit
f44ce3cbe6
@ -1,8 +1,8 @@
|
||||
<%= form_for ShareComment.new do |f| %>
|
||||
<div class="input-field comment-form">
|
||||
<%= f.label :message, 'Leave a message' %>
|
||||
<%= f.hidden_field :content_page_share_id, value: share.id %>
|
||||
<%= f.text_area :message, class: 'materialize-textarea' %>
|
||||
<%= f.label 'Leave a message', for: "share_comment_#{share.id}" %>
|
||||
<%= f.text_area :message, id: "share_comment_#{share.id}", class: 'materialize-textarea' %>
|
||||
<%= f.submit 'Comment', class: 'btn right green white-text submit-button' %>
|
||||
</div>
|
||||
<% end %>
|
||||
Loading…
Reference in New Issue
Block a user