Move github source to private server
This commit is contained in:
8
app/views/comments/_form.html.erb
Normal file
8
app/views/comments/_form.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<%= form_with(model: [task, comment], local: false, class: "comment-form") do |f| %>
|
||||
<div class="field">
|
||||
<%= f.text_area :content, placeholder: "Add a comment...", class: "comment-textarea", required: true %>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<%= f.submit "Post Comment", class: "submit-btn" %>
|
||||
</div>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user