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