Show streamer profile picture to the left of title
This commit is contained in:
parent
249a5911b4
commit
bd8bcc369b
2 changed files with 14 additions and 2 deletions
|
@ -8,7 +8,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="topbar">
|
||||
<div id="logo"><%= it.streamerName %>'s Learn Request Queue</div>
|
||||
<div id="nav-streamerpic"><img src="<%= it.streamerProfilePicture %>" /></div>
|
||||
<div id="nav-title"><%= it.streamerName %>'s Learn Request Queue</div>
|
||||
<div id="nav-requests"><a href="/">Requests</a></div>
|
||||
<%- if (it.loggedIn) { -%>
|
||||
<div id="nav-addrequest"><a href="#" onclick="openAddRequestModal()">Add Request</a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue