Refactor Budget::PHASES constant to Budget::Phase::PHASE_KINDS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<%= f.text_field :name, maxlength: Budget.title_max_length %>
|
||||
|
||||
<% Budget::PHASES.each do |phase| %>
|
||||
<% Budget::Phase::PHASE_KINDS.each do |phase| %>
|
||||
<div class="margin-top">
|
||||
<%= f.cktext_area "description_#{phase}", maxlength: Budget::Phase::DESCRIPTION_MAX_LENGTH, ckeditor: { language: I18n.locale } %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user