Fix for extra space underline

This commit is contained in:
Kyle Drake 2017-09-09 16:15:44 -07:00
parent 0c75d5cda5
commit 8405cb5067

View file

@ -9,13 +9,7 @@
<% end %>
<% if current_site %>
<% if event.site.profile_comments_enabled && current_site.commenting_allowed? %>
<a id="reply" href="#" onclick="Template.renderComment(<%= event.id %>); return false">
<% if event.profile_comment_id %>
Reply
<% else %>
Comment
<% end %>
</a>
<a id="reply" href="#" onclick="Template.renderComment(<%= event.id %>); return false"><% if event.profile_comment_id %>Reply<% else %>Comment<% end %></a>
<% end %>
<% if event.profile_comment_id && event.created_by?(current_site) %>
<a id="editLink" href="#" onclick="ProfileComment.displayEditor('<%= event.id %>'); return false">Edit</a>