From 349e2bed0943a711d87d9b0eaa3d5d25ca3d63d4 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Sun, 17 Sep 2017 14:33:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B8=96=E5=AD=90=E8=AF=A6=E6=83=85=E5=9B=9E?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/messages/_common_reply_box.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/views/messages/_common_reply_box.html.erb b/app/views/messages/_common_reply_box.html.erb
index f8457f057..c2313c569 100644
--- a/app/views/messages/_common_reply_box.html.erb
+++ b/app/views/messages/_common_reply_box.html.erb
@@ -93,11 +93,11 @@
<% end %>
|
<%= link_to(
- '回复'.html_safe,
+ '回复'.html_safe,
{:controller => 'users' ,:action => 'reply_to',:reply_id => comment.id, :type => activity.class.to_s, :user_activity_id => activity.id},
:remote => true,
:method => 'get',
- :title => l(:button_reply)) %>
+ :title => l(:button_reply),:class => "color-grey") %>
|