竞赛的加入申请消息,tip文字有误

This commit is contained in:
cxt 2017-01-18 15:14:26 +08:00
parent 21bbeec150
commit 479a347672
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</span>
</li>
<li class="messageInformationContents">
<% content = message_user.show_name + "申请成为班级\"" + "#{contest.name}" + "\"的" + get_role_str(ma.role) %>
<% content = message_user.show_name + "申请成为竞赛\"" + "#{contest.name}" + "\"的" + get_role_str(ma.role) %>
<%= link_to contest.name, contest_path(contest.id),
:class => "#{ma.viewed==0 ? "newsBlack" : "newsGrey"}", :target => '_blank', :title => "#{content}" %>
</li>