diaspora/app/views/templates/feedback.jst
danielgrippi 42276a73c8 remove old stream initialization from js pages; remove websocket js code
from the layout; rename templates to have a .jst extension
(JavaScriptTemplate?)
2012-01-07 14:23:26 -08:00

18 lines
360 B
Text

<div class="info">
<a href="#" class="like_action" rel='nofollow'>
<%= user_like ? "Unlike" : "Like" %>
</a>
·
<% if(public && author.id != current_user.id) { %>
<a href="#" class="reshare_action" rel='nofollow'>
Reshare
</a>
·
<% } %>
<a href="#" class="focus_comment_textarea" rel="nofollow">
Comment
</a>
</div>