From df8df117a8538968df8f269448abd5aa837ecfb3 Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 6 Jun 2016 15:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8C=BF=E5=90=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98=EF=BC=88=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=99=A8=E5=92=8Cview=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_show_unlogged.html.erb | 4 +++- public/stylesheets/users.css | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/users/_show_unlogged.html.erb b/app/views/users/_show_unlogged.html.erb index 48cf73f15..258ebe7af 100644 --- a/app/views/users/_show_unlogged.html.erb +++ b/app/views/users/_show_unlogged.html.erb @@ -1 +1,3 @@ -
登录 后可添加回复
\ No newline at end of file +
+ <%= link_to "登录", signin_path, :class => "linkBlue", :target => "_blank" %>后可添加回复 +
\ No newline at end of file diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css index 6fa7ec6a0..eaefb8d1b 100644 --- a/public/stylesheets/users.css +++ b/public/stylesheets/users.css @@ -1,4 +1,7 @@ #RSide{ min-height:1px;} + + + /* 左侧信息*/ .users_info{background:#fff; padding:10px; width:230px; padding-right:0px; margin-bottom:10px; } .pic_head{ width:214px; height:214px; border:1px solid #cbcbcb; padding:2px; position:relative;}