view app/views/issues/_update_form.js.erb @ 1408:b09744f35f76 biblio_alt_search_auth

Fixed the initial state of the Save/Edit buttons.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 12:08:09 +0100
parents 433d4f72a19b
children
line wrap: on
line source
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');

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