Skip to content

Commit

Permalink
[DEMAD-347] Add observation feasible
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessasotob committed Mar 31, 2022
1 parent 8f6fd78 commit 3cb12e9
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions app/views/valuation/budget_investments/_feasible_report.pdf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
</div>
</div>
<%end%>
<%if @investment.observations.present?%>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
<%= t('valuation.budget_investments.show.pdf_feasible.observations').html_safe%>
</div>
</div>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
<%= @investment.observations %>
</div>
</div>
<%end%>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
<%= t('valuation.budget_investments.show.pdf_feasible.li_text2_allegation').html_safe%>
Expand Down Expand Up @@ -170,19 +182,6 @@
<%end%>
</li>
<%end%>
<%if @investment.observations.present?%>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
<%= t('valuation.budget_investments.show.pdf_feasible.observations').html_safe%>
</div>
</div>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
<%= @investment.observations %>
</div>
</div>
<%end%>
<%end%>
<div class="margin-top">
<div style="text-align: justify; padding: 0rem 5rem;">
Expand Down

0 comments on commit 3cb12e9

Please sign in to comment.