Test notices of disabled changeset commenting

This commit is contained in:
Anton Khorev 2024-01-08 14:46:03 +03:00
parent 90fd22e2a3
commit 61c32388a9
3 changed files with 27 additions and 22 deletions

View file

@ -65,7 +65,7 @@
<% end %>
<% unless current_user %>
<p class="notice">
<p>
<%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %>
</p>
<% end %>
@ -83,7 +83,7 @@
</div>
</form>
<% else %>
<p class="notice">
<p>
<%= t(".still_open") %>
</p>
<% end %>