????

Your IP : 18.227.228.218


Current Path : C:/inetpub/vhost/redmine.gdtvietnam.com/app/views/issues/
Upload File :
Current File : C:/inetpub/vhost/redmine.gdtvietnam.com/app/views/issues/edit.js.erb

replaceIssueFormWith('<%= escape_javascript(render :partial => 'form') %>');
<% if User.current.allowed_to?(:log_time, @issue.project) %>
  $('#log_time').show();
<% else %>
  $('#log_time').hide();
<% end %>

<% if @issue.notes_addable? %>
  $('#add_notes').show();
  $('#add_attachments').show();
<% else %>
  $('#add_notes').hide();
  $('#add_attachments').hide();
<% end %>