% title = l(:label_paste_plural) %> <% html_title title %> <% content_for :header_tags do %> <% end %>
<%= l(:label_no_data) %>
<% else %> <% @pastes.each do |paste| %><%=h paste.short_text %>
<%= pagination_links_full @pastes_pages, @pastes_count %>
<% end %> <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => { :project_id => @project, :key => User.current.rss_key } %> <% end %> <%= render "sidebar" if @project %>