board show
This commit is contained in:
parent
bbf4f25a02
commit
369c015097
|
@ -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} %>
|
||||||
|
|
Loading…
Reference in New Issue