You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
223 B
4 lines
223 B
6 years ago
|
<% unless params[:page] %>
|
||
|
$("#exercise_index_tab").html("<%= j(render :partial => 'exercise/exercise_index_tab') %>");
|
||
|
<% end %>
|
||
|
$("#exercise_index_list").html("<%= j(render :partial => 'exercise/exercises_list') %>");
|