comment updates
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<%= render partial: 'shared/form_model_errors', locals: { obj: @comment } %>
|
||||
|
||||
<% # admin_update_comment_path # admin_create_comment_path %>
|
||||
<%= form_for @comment, url: admin_create_comment_path(test_hash), method: :post do |form| %>
|
||||
<div class="form-group">
|
||||
<%= form.label :message, "Comment" %>
|
||||
|
Reference in New Issue
Block a user