Fix some rubocop Naming/PredicateName warnings
This commit is contained in:
parent
aef7439c56
commit
cbcc7dc49f
21 changed files with 38 additions and 43 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue