修改了创新竞赛中用户留言的匿名用户登陆提示语对其格式

This commit is contained in:
wanglinchun 2014-01-21 21:28:26 +08:00
parent 941a8c31b1
commit 6b53ebadaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% reply_allow = JournalsForMessage.create_by_user? User.current %>
<% tip1 = (@bid.reward_type == 3) ? l(:label_student_response) : l(:label_user_response) %>
<p class="font_lighter" style="font-size: 15px; padding-left: 85px; "><%=tip1%></p>
<p class="font_lighter" style="font-size: 15px; padding-left: 12px; "><%=tip1%></p>
<div id='leave-message'>
<%= render :partial => 'new', :locals => {:bid => @bid, :sta => @state} %>