Commit dc2542da by mingyuan

moved unused code

parent 85080706
<%= form_with theme: 'search', model: Dingtalk::App.new, url: { action: params[:action] } do |f| %>
<div class="field-body">
<%= f.text_field :name %>
<div class="field is-narrow">
<%= f.submit %>
<%= link_to t('.clear'), filter_params(except: [:name]), class: 'button is-light' %>
</div>
</div>
<% end %>
<%= render layout: 'index_table', locals: { cache_key: Dingtalk::App.column_names.hash } do %>
<%= render partial: 'index_tbody', layout: 'index_tr', collection: @apps, as: :model %>
<% end %>
<%= paginate @apps %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment