Skip to content

Commit 1859836

Browse files
committed
Fixing more UI issues related to DEVDOCS-14771
1 parent 6518c4d commit 1859836

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

views/pages/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- IF not signed in -->
44
<div>
5-
<div class="jumbotron jumbotron-fluid"">
5+
<div class="jumbotron jumbotron-fluid"" style="background-color: #210058!important">
66
77
<table style="background-color: #210058;">
88
<tbody>

views/partials/head.ejs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,18 @@
4949

5050
<% if (locals.user) { %>
5151
<span class="navbar-text">
52-
Welcome <%= locals.user.name %>
52+
Welcome <%= locals.user.name %> |
5353
</span>
5454
<% } %>
5555

5656
</div>
57-
</nav>
57+
<span class="navbar-text">
58+
<% if (locals.session.accountName) { %>
59+
| Docusign Account: <%= locals.session.accountName %>.
60+
<% } %>
61+
</span>
62+
</nav>
5863

59-
<div class="container">
60-
<!-- The closing div is in foot.ejs -->
61-
<% if (locals.session.accountName) { %>
62-
<p style="float: right;">
63-
DocuSign Account: <%= locals.session.accountName %>.
64-
</p>
65-
<% } %>
6664

6765

6866
<div class="col-md-12 feedback" id="feedback">

0 commit comments

Comments
 (0)