You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/pages/dashboard.ejs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@
22
22
You have used <spanclass='<%= session.user.memory > session.tier.memory ? "red" : "green" %>'><%=filesize(session.user.memory) %></span> of your <spanclass="green"><%=session.tier.memory===0?'unlimited':filesize(session.tier.memory) %></span> List memory.<br>
23
23
24
24
You have used <spanid='quotaResults'class='<%= session.tier.snippets !== 0 && session.user.snippets > session.tier.snippets ? "red" : "green" %>'><%=session.user.snippets%></span> of your <spanid='tierResults'class="green"><%=session.tier.snippets===0?'unlimited':session.tier.snippets%></span> Snippets.<br>
25
-
<divclass="ads">
26
-
<% include ../snippets/ads %>
27
-
</div>
28
25
<divclass="announcements">
29
26
<h3>Announcements</h3>
30
27
<divclass="entry">
31
-
<spanclass="title"></span></span>
32
-
<p></p>
28
+
<spanclass="title">Welcome to the Beta! - <spanclass="date"data-date="07-29-2016 12:28:03"></span></span>
29
+
<p>Thanks for trying out the beta!<br><br>If you have any questions, feedback, etc. send an email to <ahref="mailto:[email protected]"class="green">[email protected]</a>.<br><br>Thanks!<br>- Keith</p>
0 commit comments