|
|
@ -1,5 +1,5 @@
|
|
|
|
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
|
|
|
|
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
|
|
|
|
|
|
|
|
$(.splitcontent).style("display", "block")
|
|
|
|
<% if User.current.allowed_to?(:log_time, @issue.project) %>
|
|
|
|
<% if User.current.allowed_to?(:log_time, @issue.project) %>
|
|
|
|
$('#log_time').show();
|
|
|
|
$('#log_time').show();
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|