Merge branch 'dev_shcool' into develop

This commit is contained in:
cxt 2016-09-09 15:58:15 +08:00
commit 0437920438
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@
</ul>
</div>
<div id="watch_user_btn_div">
<a href="javascript:void(0);" class="user_editinfo" disabled="true">编辑个人资料</a>
<%= link_to "编辑个人资料", my_account_path(:tip => 1), :class => "user_editinfo"%>
</div>
</div>

View File

@ -90,7 +90,7 @@
</div>
<div class="homepagePostReplyDes">
<div class="homepagePostReplyPublisher"><a href="<%=user_path(reply.author)%>" class="newsBlue mr10 f14"><%= reply.author.name%></a><%= format_date(reply.created_at) %></div>
<div class="homepagePostReplyContent" id="activity_description_<%= reply.id %>"><%= h reply.content.html_safe%></div>
<div class="homepagePostReplyContent break_word" id="activity_description_<%= reply.id %>"><%= h reply.content.html_safe%></div>
</div>
<script type="text/javascript">
$(function(){