添加国际化文件内容,修改需求列表图片链接问题,修改需求主页图片大小
This commit is contained in:
parent
988e71d193
commit
47b77eedfb
|
@ -4,7 +4,7 @@
|
|||
|
||||
<table width="95%" border="0" style="padding-left: 10px; padding-top: 10px;">
|
||||
<tr>
|
||||
<td colspan="2" valign="top" width="50" ><%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'), :class => "avatar" %></td>
|
||||
<td colspan="2" valign="top" width="50" ><%= link_to(image_tag(url_to_avatar(bid.author), :class => 'avatar'), user_path(bid.author), :class => "avatar") %></td>
|
||||
<td>
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td align="left" valign="middle">
|
||||
<%= link_to image_tag(url_to_avatar(@user), :class => "avatar"), user_path(@user), :class => "avatar" %>
|
||||
<%= link_to image_tag(url_to_avatar(@user), :class => "avatar2"), user_path(@user), :class => "avatar" %>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
|
|
|
@ -1234,3 +1234,12 @@ zh:
|
|||
label_in_bids: 在需求:
|
||||
label_in_users: 在用户:
|
||||
label_have_respond: 进行了反馈
|
||||
label_create_new_projects_description: 创建项目,让我们开启一次神奇的协同创作和开发之旅!
|
||||
label_call_for_bids_description: 为你所想,发布需求,体验答案找上门的兴奋感觉!
|
||||
label_news_description: 实时了解项目的最新动态,掌握最新项目咨询!
|
||||
label_milestone_description: 在这里您可以看见任何一个版本的工程!
|
||||
label_have_respond: 进行了反馈
|
||||
label_welcome: 欢迎
|
||||
label_join: 加入Trustie!
|
||||
label_board_description: 七嘴八舌,汇聚众人智慧,为您排忧解难!
|
||||
label_create_course_description: 课程小社区,创建新课程,让我们共同分享多到想不到的公共资源!
|
Loading…
Reference in New Issue