<% settings = Setting.plugin_like %> <% if settings[:location] == 'sidebar' && @issue %>
<%= render(:partial => 'like/common/buttons', :locals => { :url => canonical_url_for(:controller => 'issues', :action => 'show', :id => @issue), :title => "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}", :author => @issue.author, :project => @issue.project }) %>
<% end %>