2013-08-01 10:33:49 +08:00
|
|
|
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
|
2015-04-17 14:14:13 +08:00
|
|
|
//$(.splitcontent).style("display", "block")
|
2013-08-01 10:33:49 +08:00
|
|
|
<% if User.current.allowed_to?(:log_time, @issue.project) %>
|
|
|
|
$('#log_time').show();
|
|
|
|
<% else %>
|
|
|
|
$('#log_time').hide();
|
|
|
|
<% end %>
|