##// END OF EJS Templates
code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTest...
code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10264 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r10081:e4b7b7cc38e3
Show More
update.js.erb
9 lines | 438 B | text/plain | TextLexer
<% if @journal.frozen? %>
$("#change-<%= @journal.id %>").remove();
<% else %>
$("#journal-<%= @journal.id %>-notes").replaceWith('<%= escape_javascript(render_notes(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit'))) %>');
$("#journal-<%= @journal.id %>-notes").show();
$("#journal-<%= @journal.id %>-form").remove();
<% end %>
<%= call_hook(:view_journals_update_js_bottom, { :journal => @journal }) %>