实践课程=>课程实践
This commit is contained in:
parent
17ef105c09
commit
7a4fe59978
|
@ -42,7 +42,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding-left: 8px"><a><%=link_to "forge.trustie.net/course", :controller => 'projects', :action => 'course' %></a></td>
|
<td style="padding-left: 8px"><a><%=link_to "forge.trustie.net/course", :controller => 'projects', :action => 'course' %></a></td>
|
||||||
<td><p class="top-content-list"><%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> > <%=link_to @project.name, nil %></p></td>
|
<td><p class="top-content-list"><%=link_to "主页", home_path %> > <%=link_to l(:label_course_practice), :controller => 'projects', :action => 'course' %> > <%=link_to @project.name, nil %></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/courses", :controller => 'projects', :action => 'course'%></a></td>
|
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/courses", :controller => 'projects', :action => 'course'%></a></td>
|
||||||
<td><p class="top-content-list-homework"><%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> >
|
<td><p class="top-content-list-homework"><%=link_to "主页", home_path %> > <%=link_to l(:label_course_practice), :controller => 'projects', :action => 'course' %> >
|
||||||
<span><%= link_to(@bid.courses.first.name, homework_project_path(@bid.courses.first)) %></span> >
|
<span><%= link_to(@bid.courses.first.name, homework_project_path(@bid.courses.first)) %></span> >
|
||||||
<%=link_to(@bid.name, respond_path(@bid)) %></p></td>
|
<%=link_to(@bid.name, respond_path(@bid)) %></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -510,7 +510,7 @@ zh:
|
||||||
#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: 软件创客
|
||||||
label_contest_innovate: 创新竞赛
|
label_contest_innovate: 创新竞赛
|
||||||
|
|
Loading…
Reference in New Issue