commit
c155ebdfd7
@ -0,0 +1,8 @@
|
||||
# encoding: utf-8
|
||||
class ProjectScoreHelper
|
||||
#缺陷数量
|
||||
def issue_num project
|
||||
|
||||
end
|
||||
|
||||
end
|
@ -1,4 +1,4 @@
|
||||
//ckeditor.setData("<%= raw escape_javascript(@content) %>");
|
||||
$('#message_quote').html("<%= raw escape_javascript(@temp.content) %>");
|
||||
$('#quote_quote').html("<%= raw escape_javascript(@content) %>");
|
||||
$('#quote').val("<%= raw escape_javascript(@content) %>");
|
||||
showAndScrollTo("new_memo", "cke_editor01");
|
Loading…
Reference in new issue