修复《issue具体页面样式》

This commit is contained in:
alan 2016-03-18 15:58:23 +08:00
parent 6f5a4d429d
commit 66d2558f87
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
$(function(){
$("#RSide").removeAttr("id");
$("#Container").css("width","1000px");
if(true == <%= @is_edit %>) {
is_edit = <%= @is_edit.present? && @is_edit == true %>
if(is_edit) {
issueEditShow();
}
});