Browse Source

Fix empty after no-comment article

pull/6/head
Menci 7 years ago
parent
commit
0f1dd380cf
  1. 3
      views/article.ejs

3
views/article.ejs

@ -87,11 +87,10 @@
</div>
<% } %>
</div>
<% } %>
<br>
<div style="margin-bottom: 50px; ">
<% include page %>
</div>
<% } %>
<% if (article.allowedComment) { %>
<form class="ui reply form" method="post" action="<%= syzoj.utils.makeUrl(['article', article.id, 'comment']) %>">
<div class="field">

Loading…
Cancel
Save