index string .

This commit is contained in:
yanxd 2013-12-05 17:16:52 +08:00
parent 2a6288dfa5
commit 16fd02abc0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="top-content"> <div class="top-content">
<table width="940px"> <table width="940px">
<tr> <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 class="location-list"><strong><%= l(:label_user_location) %> :</strong></td>
<td rowspan="2"> <td rowspan="2">
<% if User.current.logged? %> <% if User.current.logged? %>
@ -13,7 +13,7 @@
</tr> </tr>
<tr> <tr>
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/forums", forums_path %> </a></td> <td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/forums", forums_path %> </a></td>
<td ><%= link_to l(:field_homepage), home_path %> > <%= link_to "讨论区", forums_path %></td> <td ><%= link_to l(:field_homepage), home_path %> > <%= link_to "公共贴吧", forums_path %></td>
</tr> </tr>
</table> </table>
</div> </div>