<%= render "sidebar_header", :title => t(".#{@note.status}_title", :note_name => @note.id) %>
-<div class="browse-section">
+<div>
<h4><%= t(".description") %></h4>
<div class="note-description">
<%= h(@note_comments.first.body.to_html) %>
<% end -%>
<% else %>
<form action="#">
- <input type="hidden" name="text" value="">
+ <input type="hidden" name="text" value="" autocomplete="off">
<div class="btn-wrapper">
<% if current_user and current_user.moderator? -%>
<input type="submit" name="hide" value="<%= t("javascripts.notes.show.hide") %>" class="btn btn-light" data-note-id="<%= @note.id %>" data-method="DELETE" data-url="<%= note_url(@note, "json") %>">