view .svn/pristine/4e/4e92a0fc74ebc49a3b3786a7872bd71f9a74effb.svn-base @ 1368:987e71e73116 bibliography_testing

Setup of testing framework for the bibliography plugin.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Aug 2013 18:00:06 +0100
parents 038ba2d95de8
children 4f746d8966dd
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 %>