1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-25 16:28:55 +02:00

3 lines
167 B
Plaintext

$('#goal-form').html('<%= j render partial: 'goals/show_form', locals: {goal: @goal} %>');
$('input#target_effective_from').prop('disabled', <%= @goal.is_binding? %>)