Merge branch 'develop' of 10.0.47.245:/home/trustie2 into develo

gcm test
Conflicts:
	app/views/boards/show.html.erb
This commit is contained in:
kg 2014-04-19 10:02:26 +08:00
commit fb33fa5430
1 changed files with 3 additions and 4 deletions

View File

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