From d0e139650f9a60846c0b93925edd564e0cbdaf33 Mon Sep 17 00:00:00 2001
From: guange <8863824@gmail.com>
Date: Fri, 18 Dec 2015 16:50:44 +0800
Subject: [PATCH] =?UTF-8?q?issue=E5=9B=9E=E5=A4=8D=E7=9A=84at=E5=87=BA?=
=?UTF-8?q?=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/issues/show.html.erb | 4 ++--
public/javascripts/create_kindeditor.js | 8 ++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index c832c884f..4af757c77 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -1,9 +1,9 @@
<%= content_for(:header_tags) do %>
- <%= import_ke(enable_at: false) %>
+ <%= import_ke(enable_at: true) %>
<%= javascript_include_tag 'create_kindeditor'%>
<% end %>