]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/note.html.erb
Merge remote-tracking branch 'upstream/pull/3612'
[rails.git] / app / views / browse / note.html.erb
index 0180e26cad8d84103558354ee9a76f1163823116..af859651e327f1dd63205154f8812427406d4019 100644 (file)
@@ -48,7 +48,7 @@
   <% if @note.status == "open" %>
     <% if current_user -%>
       <form action="#">
   <% if @note.status == "open" %>
     <% if current_user -%>
       <form action="#">
-        <div class="form-group">
+        <div class="mb-3">
           <textarea class="form-control" name="text" cols="40" rows="5" maxlength="2000"></textarea>
         </div>
         <div class="btn-wrapper">
           <textarea class="form-control" name="text" cols="40" rows="5" maxlength="2000"></textarea>
         </div>
         <div class="btn-wrapper">
@@ -62,7 +62,7 @@
     <% end -%>
   <% else %>
     <form action="#">
     <% 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") %>">
       <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") %>">