eletrotupi
Projects
cirandas.net
About
Refs
Log
Tree
ref: master
app/views/comment
/_comment_actions.html.erb
<% if !links_submenu.empty? %>
<%= popover_menu(_('Contents menu'),'',links_submenu,:class => 'comment-trigger', :url => url) %>
<% end %>
<% unless comment.spam? %> <%= button_to_function_without_text 'reply', _('Reply'), "var f = add_comment_reply_form(this, %s); f.find('comment_title, textarea').val(''); return false" % comment.id, :class => 'comment-footer comment-footer-link comment-footer-hide comment-actions-reply', :id => 'comment-reply-to-' + comment.id.to_s %> <% end %> <% links_action_bar.collect do |link| %> <%= link[:link] %> <% end %>