You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<% strikes.forEach(strike=>{%>
|
|
|
|
<%- include('strike.ejs', {strike, moderator}) %>
|
|
<% });%>
|
|
<%if(strikes.length==0){%>
|
|
<div class="NoStrikes">
|
|
<h2> THERE ARE NO STRIKES</h2>
|
|
</div>
|
|
<% } %>
|