- <%#= render_menu :contest_menu %>
+
<% end %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 43c24d30b..121810072 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1560,7 +1560,11 @@ en:
label_course_file: File
label_stores_index: Resource search
label_course_news: News
-
+ #wang
+ label_contest_userresponse: Userresponse
+ label_contest_joincontest: Joincontest
+ label_contest_notification: Notification
+ #end
label_x_base_courses_member:
zero: member
one: member
@@ -1753,7 +1757,7 @@ en:
label_copyright: Copyright
label_contact_us: Contact us
label_record: 湘ICP备09019772
-
+ label_check_comment: Check comment
#end
# ajax异步验证
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 027fa726b..ad500d46c 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1698,6 +1698,11 @@ zh:
label_course_homework_list: 作业列表
label_course_homework_new: 发布作业
label_fork_homework_new: 选为作业
+ #wang
+ label_contest_userresponse: 用户留言
+ label_contest_joincontest: 参入竞赛
+ label_contest_notification: 竞赛通知
+ #end
label_x_course_data:
zero: 资料
@@ -1987,6 +1992,7 @@ zh:
label_copyright: 版权
label_contact_us: 联系我们
label_record: 湘ICP备09019772
+ label_check_comment: 查看通知评论
#end
#end
-
-
- <%= link_to l(:label_user_response), show_contest_contest_path(@contest)%> -
- <%= link_to l(:label_attending_contest), show_attendingcontest_contest_path(@contest)%> -
- <%= link_to l(:label_contest_notification), contest_contestnotifications_path(@contest)%> +
- <%= link_to l(:label_contest_userresponse), show_contest_contest_path(@contest), :class => link_class(:respond) %> +
- <%= link_to l(:label_contest_joincontest), show_attendingcontest_contest_path(@contest), :class => link_class(:attendingcontests) %> +
- <%= link_to l(:label_contest_notification), contest_contestnotifications_path(@contest), :class => link_class(:contestnotifications) %>