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