% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> <% end %> <% html_title @paste.title %>
<%= l(:label_paste_link_here, :link => link_to(paste_url(@paste), @paste)).html_safe %>
<%= render :partial => "authorship", :locals => { :paste => @paste } %>
<%=l :label_paste_syntax, :lang => pastebin_language_name(@paste.lang) %>
<%= manage_paste_links(@paste) %>
<%= render "sidebar" if @project %>