Remove closing </li>'s without opening <li>
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<% if @investment.administrator.present? %>
|
||||
<%= @investment.administrator.name %> (<%= @investment.administrator.email %>)
|
||||
<% else %>
|
||||
<%= t("valuation.budget_investments.show.undefined") %></li>
|
||||
<%= t("valuation.budget_investments.show.undefined") %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<% if @investment.administrator.present? %>
|
||||
<%= @investment.administrator.name_and_email %>
|
||||
<% else %>
|
||||
<%= t("valuation.budget_investments.show.undefined") %></li>
|
||||
<%= t("valuation.budget_investments.show.undefined") %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<% if @spending_proposal.administrator.present? %>
|
||||
<%= @spending_proposal.administrator.name %> (<%= @spending_proposal.administrator.email %>)
|
||||
<% else %>
|
||||
<%= t("valuation.spending_proposals.show.undefined") %></li>
|
||||
<%= t("valuation.spending_proposals.show.undefined") %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<% if @spending_proposal.administrator.present? %>
|
||||
<%= @spending_proposal.administrator.name_and_email %>
|
||||
<% else %>
|
||||
<%= t("valuation.spending_proposals.show.undefined") %></li>
|
||||
<%= t("valuation.spending_proposals.show.undefined") %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user