Skip to content

Commit

Permalink
All layout.jsp updated
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh2k3 committed Jul 11, 2024
1 parent 9ffd265 commit fbe147a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/admin/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
<ul id='contributorDropdown' class='dropdown-content'>
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/analytics/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
<ul id='contributorDropdown' class='dropdown-content'>
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
</ul>
Expand Down

0 comments on commit fbe147a

Please sign in to comment.