显示邮箱

dependabot/npm_and_yarn/mixin-deep-1.3.2
Autmaple 5 years ago
parent 8681e530ee
commit ffc46035db
  1. 4016
      package-lock.json
  2. 2
      public/stylesheets/style.css
  3. 3
      views/comments.ejs

4016
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -156,4 +156,4 @@ li {
.blue{
padding-left: 9px;
color: #33b1ff;
}
}

@ -22,6 +22,9 @@
<span id="nick"><%= comment_list[i].get('nick') %></span>
<% } %>
<% var date = comment_list[i].get('createdAt') %>
<% if(comment_list[i].get('mail')) { %>
<span class="spacer">•</span><span class="vtime"><%= comment_list[i].get('mail') %></span>
<% } %>
<span class="spacer">•</span><span class="vtime"><%= dateFormat(date) %></span>
</div>

Loading…
Cancel
Save