Generalize the BudgetInvestmentStatus model to Milestone::Status so it is not specific to budget investments, but can be used for any entity which has milestones. This is in preparation to make the Milestone model polymorphic and usable by entities other than budget investments.
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
<%= back_link_to admin_milestone_statuses_path %>
|
|
|
|
<h2><%= t("admin.statuses.edit.title") %></h2>
|
|
|
|
<%= render '/admin/milestone_statuses/form' %>
|