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 @ 1591:63650ae64bf2

History | View | Annotate | Download (210 Bytes)

1
replaceIssueFormWith('<%= 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 %>