|
|
|
@ -2,16 +2,14 @@
|
|
|
|
|
<div class="top-content">
|
|
|
|
|
<table width="940px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf"">讨论区 </td>
|
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf">讨论区 </td>
|
|
|
|
|
<td class="location-list"><strong><%= l(:label_user_location) %> :</strong></td>
|
|
|
|
|
<td rowspan="2">
|
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
|
<%= link_to("新建讨论区", new_forum_path, :class => 'icon icon-add') %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
<td rowspan="2" >
|
|
|
|
|
<!-- 搜索 -->
|
|
|
|
|
</td>
|
|
|
|
|
<td rowspan="2" ><!-- 搜索 --></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/forums", forums_path %> </a></td>
|
|
|
|
@ -22,7 +20,6 @@
|
|
|
|
|
|
|
|
|
|
<%= render :partial => 'forums/forum_list', :locals => {:forums => @forums} %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <h1>Listing forums</h1>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|