Skip to content

Commit

Permalink
removed the unnecsarry comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Waishnav committed Aug 22, 2024
1 parent 92bacbb commit 75770fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/simple_discussion/forum_posts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
<div class="d-block position-relative">
<div class="form-group">
<%= f.text_area :body, placeholder: t('add_a_comment'), rows: 8, class: "form-control", data: { behavior: "comment-body", simplemde_target: "textarea"} %>
<%#= link_to "Parsed with Markdown", "https://guides.github.com/features/mastering-markdown/", target: "_blank" %>
</div>
<%= f.button "#{f.object.new_record? ? t('comment') : t('update_comment') }", class: "btn forum-primary-btn", style: "bottom: 10px; right: 10px", data: {disable_with: "<i class='fa fa-spinner fa-spin'></i> #{t('saving_comment')}"} %>
</div>
<%# Describe text formatting options here with a link %>
<% end %>

0 comments on commit 75770fd

Please sign in to comment.