Skip to content

Commit

Permalink
removed label from comment page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmckissock committed Jun 17, 2024
1 parent fd3d71c commit 72c84a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/articles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<%= form_with(model: [@article, @comment], local: true) do |form| %>
<div class="field">
<%= form.label :text %>
<%= form.text_area :text %>
</div>
<div class="actions">
Expand Down

0 comments on commit 72c84a7

Please sign in to comment.