mangaReader/views/status.ejs

5 lines
123 B

<% if(status && status != 'Ongoing'){ %>
<span class="status <%=status%>">
<%= status %>
</span>
<% } %>