Replace old open_phase? method for new phase/publication open? on Legislative Process
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="comments-wrapper">
|
||||
<div class="comment-input">
|
||||
<% if !@process.open_phase?(:allegations) %>
|
||||
<% if !@process.allegations_phase.open? %>
|
||||
<div data-alert class="callout primary">
|
||||
<%= t("legislation.annotations.form.phase_not_open") %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user