2016-12-06 17:37:07 +08:00
|
|
|
<% if @type %>
|
|
|
|
$("#issue_commit_list").html('<%= escape_javascript(render :partial => 'issues/issue_commits_list') %>');
|
|
|
|
<% else %>
|
2016-12-01 14:21:40 +08:00
|
|
|
var htmlvalue = "<%= escape_javascript(render :partial => 'issues/issue_commits') %>";
|
2016-12-05 14:52:46 +08:00
|
|
|
pop_box_new(htmlvalue,760,860);
|
2016-12-06 17:37:07 +08:00
|
|
|
<% end %>
|
|
|
|
|