mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Reply -> Comment
This commit is contained in:
parent
6b442bd318
commit
ab0e6e7ab4
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,13 @@
|
|||
<% end %>
|
||||
<% end %>
|
||||
<% if current_site %>
|
||||
<a id="reply" href="#" onclick="Template.renderComment(<%= event.id %>); return false">Reply</a>
|
||||
<a id="reply" href="#" onclick="Template.renderComment(<%= event.id %>); return false">
|
||||
<% if event.profile_comment_id %>
|
||||
Reply
|
||||
<% else %>
|
||||
Comment
|
||||
<% end %>
|
||||
</a>
|
||||
<% if event.profile_comment_id && event.created_by?(current_site) %>
|
||||
<a id="editLink" href="#" onclick="ProfileComment.displayEditor('<%= event.id %>'); return false">Edit</a>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue