To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / issues / _update_form.js.erb @ 1360:45dbcd39b9e9

History | View | Annotate | Download (215 Bytes)

1
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
2

    
3
<% if User.current.allowed_to?(:log_time, @issue.project) %>
4
  $('#log_time').show();
5
<% else %>
6
  $('#log_time').hide();
7
<% end %>