mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-25 10:20:23 +00:00
13 lines
No EOL
306 B
HTML
13 lines
No EOL
306 B
HTML
<h3>A Somewhat Pointless Feed of the postal.js Wiretap:</h3>
|
|
<div class="scrollableDiv">
|
|
<% if( messages.length ) { %>
|
|
<% _.each( messages, function( msg ) { %>
|
|
<div>
|
|
<%= msg.text %>
|
|
</div>
|
|
<hr>
|
|
<% }) %>
|
|
<% } else { %>
|
|
<em>Waiting on more data to come through the wiretap...</em>
|
|
<% } %>
|
|
</div> |