竞赛列表的创建者加上链接

This commit is contained in:
cxt 2016-12-30 20:42:41 +08:00
parent a60c83fe00
commit 055b05bac9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div>
<p class="fl sy_p_grey">
更新时间:<%= format_date(contest.updated_at) %> &nbsp;&nbsp;&nbsp;
创建者:<%= contest.user.show_name %>
创建者:<%= link_to contest.user.show_name, user_path(contest.user) %>
</p>
</div>
<div class="cl"></div>