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.
2021-01-19 18:53:02 +01:00

7 lines
231 B
Plaintext

<%# case @view_params[:view] %>
<%# when :by_date %>
// $('#targets').html('<%#= j render partial: 'targets/by_effective_date' %>');
<%# else %>
$('#targets').html('<%= j render partial: 'targets/index' %>');
<%# end %>