]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/changeset.html.erb
Fix some rubocop Naming/PredicateName warnings
[rails.git] / app / views / browse / changeset.html.erb
index 6aa0f11fb12a6d3008f292efdfcbbd8a808f05b2..ca27862c8d58adab81b77b55dae2168327a1524f 100644 (file)
@@ -73,7 +73,7 @@
   <% end %>
 
   <% if current_user %>
-    <% unless @changeset.is_open? %>
+    <% unless @changeset.open? %>
       <form action="#" class="mb-3">
         <div class="form-group">
           <textarea class="form-control" name="text" cols="40" rows="5"></textarea>