From 9b2aebc8c27691036fd525025262995c967e017f Mon Sep 17 00:00:00 2001
From: Bertocq
Date: Thu, 25 Jan 2018 17:54:15 +0100
Subject: [PATCH] Remove closing 's without opening
---
app/views/valuation/budget_investments/edit.html.erb | 2 +-
app/views/valuation/budget_investments/show.html.erb | 4 ++--
app/views/valuation/spending_proposals/edit.html.erb | 4 ++--
app/views/valuation/spending_proposals/show.html.erb | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
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 @@
<%= t("valuation.spending_proposals.show.undefined") %>
<% end %>
-
\ No newline at end of file
+
diff --git a/app/views/valuation/spending_proposals/show.html.erb b/app/views/valuation/spending_proposals/show.html.erb
index ac1bfedb4..4845a6d6b 100644
--- a/app/views/valuation/spending_proposals/show.html.erb
+++ b/app/views/valuation/spending_proposals/show.html.erb
@@ -35,7 +35,7 @@
<% if @spending_proposal.administrator.present? %>
<%= @spending_proposal.administrator.name_and_email %>
<% else %>
- <%= t("valuation.spending_proposals.show.undefined") %>
+ <%= t("valuation.spending_proposals.show.undefined") %>
<% end %>
@@ -58,4 +58,4 @@
<%= link_to t("valuation.spending_proposals.show.edit_dossier"), edit_valuation_spending_proposal_path(@spending_proposal) %>
-<%= render 'written_by_valuators' %>
\ No newline at end of file
+<%= render 'written_by_valuators' %>