修改用户留言页面中未登录状态下的提示语位置

This commit is contained in:
wanglinchun 2014-05-24 09:30:23 +08:00
parent be1a0e0fea
commit 8b356cddb1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</table> </table>
<!-- end --> <!-- end -->
<% else %> <% else %>
<div style="font-size: 14px;margin:10px;"> <div style="font-size: 14px;margin:10px;padding-left: 13px">
<%= l(:label_user_login_tips) %> <%= l(:label_user_login_tips) %>
<%= link_to l(:label_user_login_new), signin_path %> <%= link_to l(:label_user_login_new), signin_path %>
</div> </div>