diff --git a/app/views/valuation/budget_investments/edit.html.erb b/app/views/valuation/budget_investments/edit.html.erb index 7c1d51239..651f91c5a 100644 --- a/app/views/valuation/budget_investments/edit.html.erb +++ b/app/views/valuation/budget_investments/edit.html.erb @@ -127,7 +127,7 @@ <% if @investment.administrator.present? %> <%= @investment.administrator.name %> (<%= @investment.administrator.email %>) <% else %> - <%= t("valuation.budget_investments.show.undefined") %> + <%= t("valuation.budget_investments.show.undefined") %> <% end %>
diff --git a/app/views/valuation/budget_investments/show.html.erb b/app/views/valuation/budget_investments/show.html.erb index c48cd52de..36e0e773f 100644 --- a/app/views/valuation/budget_investments/show.html.erb +++ b/app/views/valuation/budget_investments/show.html.erb @@ -29,7 +29,7 @@ <% if @investment.administrator.present? %> <%= @investment.administrator.name_and_email %> <% else %> - <%= t("valuation.budget_investments.show.undefined") %> + <%= t("valuation.budget_investments.show.undefined") %> <% end %> @@ -52,4 +52,4 @@ <%= link_to t("valuation.budget_investments.show.edit_dossier"), edit_valuation_budget_budget_investment_path(@budget, @investment) %> -<%= render 'written_by_valuators' %> \ No newline at end of file +<%= render 'written_by_valuators' %> diff --git a/app/views/valuation/spending_proposals/edit.html.erb b/app/views/valuation/spending_proposals/edit.html.erb index edd17504d..5e7d4bba1 100644 --- a/app/views/valuation/spending_proposals/edit.html.erb +++ b/app/views/valuation/spending_proposals/edit.html.erb @@ -129,7 +129,7 @@ <% if @spending_proposal.administrator.present? %> <%= @spending_proposal.administrator.name %> (<%= @spending_proposal.administrator.email %>) <% else %> - <%= t("valuation.spending_proposals.show.undefined") %> + <%= t("valuation.spending_proposals.show.undefined") %> <% end %> @@ -144,4 +144,4 @@