Fix some rubocop Naming/PredicateName warnings

This commit is contained in:
Tom Hughes 2022-03-03 22:47:55 +00:00
parent aef7439c56
commit cbcc7dc49f
21 changed files with 38 additions and 43 deletions

View 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>