Skip to content

Commit

Permalink
Merge pull request #54 from shikshalokam/impPdfUpdate
Browse files Browse the repository at this point in the history
Imp pdf update
  • Loading branch information
aks30 authored Mar 4, 2022
2 parents 4d90e7a + af250b7 commit 3250c1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion views/improvementProjectTaskTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
<% for (let i = 0; i< data.response.tasks.length; i++) { %>
<h3> Task </h3>
<p style="margin-bottom: 15px"> <%= data.response.tasks[i].name %></p>
<h4><b> Assinged To </b><span style="padding-left: 20px;"><%= data.response.tasks[i].assignee %></span> </h4>
<% let taskEndDate = "" %>
<% if(data.response.tasks[i].endDate) {%>
<% taskEndDate = new Date(data.response.tasks[i].endDate) %>
Expand Down
1 change: 0 additions & 1 deletion views/improvementProjectTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
<% for (let i = 0; i< data.response.tasks.length; i++) { %>
<h3> Task </h3>
<p style="margin-bottom: 15px"> <%= data.response.tasks[i].name %></p>
<h4><b> Assinged To </b><span style="padding-left: 20px;"><%= data.response.tasks[i].assignee %></span> </h4>
<% let taskEndDate = "" %>
<% if(data.response.tasks[i].endDate) {%>
<% taskEndDate = new Date(data.response.tasks[i].endDate) %>
Expand Down
2 changes: 2 additions & 0 deletions views/unnatiEntityReport.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
</div>
</div>
</div>

<%
if(data.response.projects.started) {
%>
Expand All @@ -140,6 +141,7 @@
<img src="note4.svg">
</div>
<div class="col-md-9 col-xs-9">
<p style="margin-bottom: 0px !important">Projects Started</p>
<% if(data.response.projects.started){ %>
Expand Down

0 comments on commit 3250c1d

Please sign in to comment.