fix some little bug!
This commit is contained in:
parent
88084990bf
commit
b7027405ce
|
@ -75,7 +75,7 @@
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<div class="font_lighter" style="font-size: 13px;">
|
<div class="font_lighter" style="font-size: 13px;">
|
||||||
<%= link_to '创建项目', new_project_path, :target=>'_blank'%>,以提交作业。
|
<%= link_to '创建项目', new_project_path, :target=>'_blank'%>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -448,13 +448,13 @@ zh:
|
||||||
label_module_share: DTS测试工具
|
label_module_share: DTS测试工具
|
||||||
|
|
||||||
label_user: 用户
|
label_user: 用户
|
||||||
label_user_plural: 用户
|
label_user_plural: 用户列表
|
||||||
label_user_new: 新建用户
|
label_user_new: 新建用户
|
||||||
label_user_anonymous: 匿名用户
|
label_user_anonymous: 匿名用户
|
||||||
label_project: 项目
|
label_project: 项目
|
||||||
label_activity_project: '项目: ' #added by bai
|
label_activity_project: '项目: ' #added by bai
|
||||||
label_project_new: 新建项目
|
label_project_new: 新建项目
|
||||||
label_project_plural: 项目
|
label_project_plural: 项目列表
|
||||||
label_x_projects:
|
label_x_projects:
|
||||||
zero: 无项目
|
zero: 无项目
|
||||||
one: 1 个项目
|
one: 1 个项目
|
||||||
|
@ -503,7 +503,7 @@ zh:
|
||||||
label_home: 主页
|
label_home: 主页
|
||||||
#by young
|
#by young
|
||||||
label_requirement: 需求
|
label_requirement: 需求
|
||||||
label_new_course: 课程
|
label_new_course: 课程列表
|
||||||
label_course_practice: 实践课程
|
label_course_practice: 实践课程
|
||||||
label_project_deposit: 项目托管
|
label_project_deposit: 项目托管
|
||||||
label_software_user: 软件创客
|
label_software_user: 软件创客
|
||||||
|
|
Loading…
Reference in New Issue