board show

This commit is contained in:
yanxd 2014-04-19 09:42:48 +08:00
parent bbf4f25a02
commit 369c015097
1 changed files with 1 additions and 1 deletions

View File

@ -91,13 +91,13 @@
</td> </td>
</tr> --> </tr> -->
<% end %> <% end %>
</div>
<!-- </tbody> <!-- </tbody>
</table> --> </table> -->
<div class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></div> <div class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></div>
<% else %> <% else %>
<p class="nodata"><%= l(:label_no_data) %></p> <p class="nodata"><%= l(:label_no_data) %></p>
<% end %> <% end %>
</div>
<% other_formats_links do |f| %> <% other_formats_links do |f| %>
<%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>