修改用户留言页面中未登录状态下的提示语位置
This commit is contained in:
parent
be1a0e0fea
commit
8b356cddb1
|
@ -45,7 +45,7 @@
|
|||
</table>
|
||||
<!-- end -->
|
||||
<% else %>
|
||||
<div style="font-size: 14px;margin:10px;">
|
||||
<div style="font-size: 14px;margin:10px;padding-left: 13px">
|
||||
<%= l(:label_user_login_tips) %>
|
||||
<%= link_to l(:label_user_login_new), signin_path %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue