教学案例
<%= link_to '新建', new_library_path, class: 'fr color-blue font-16 mt3' %>
-
<%= link_to '全部', libraries_path(search: params[:search]), remote: true %>
-
<%= link_to '我的', libraries_path(search: params[:search], type: 'mine'), remote: true %>
<%= render partial: 'library_list' %>