Sha256: 16582aca148b70e27d1cafa0fc513cbbbfa3642e61f38871f648adcfb1d24e70
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
<% @page_title = "List of Pictures - tags #{@tag.name}" %> <% @finish_breadcrumb = "tags > #{@tag.name}" %> <table id="picture_list"> <% @taggings.each_slice(3) do |sub_picture| %> <tr> <% sub_picture.each do |tagging| %> <%= render :partial => tagging.taggable %> <% end %> </tr> <% end %> </table> <%= will_paginate @taggings %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | app/views/tags/show.html.erb |