annotate app/views/issues/_update_form.js.erb @ 1465:ab8bd24eeb65 bug_635

Close obsolete branch bug_635
author Chris Cannam
date Fri, 19 Jul 2013 12:13:20 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 $('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
Chris@1115 2
Chris@1115 3 <% if User.current.allowed_to?(:log_time, @issue.project) %>
Chris@1115 4 $('#log_time').show();
Chris@1115 5 <% else %>
Chris@1115 6 $('#log_time').hide();
Chris@1115 7 <% end %>