forgeplus/app/views/admins/topic/glcc_news/index.html.erb

19 lines
938 B
Plaintext

<% define_admin_breadcrumbs do %>
<% add_admin_breadcrumb('新闻稿管理') %>
<% end %>
<div class="box search-form-container project-list-form">
<%= form_tag(admins_topic_glcc_news_index_path, method: :get, class: 'form-inline search-form flex-1', remote: true) do %>
<%= text_field_tag(:search, params[:search], class: 'form-control col-12 col-md-2 mr-3', placeholder: '标题检索') %>
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %>
<input type="reset" class="btn btn-secondary clear-btn" value="清空"/>
<% end %>
<%= link_to "新增", new_admins_topic_glcc_news_path, remote: true, class: "btn btn-primary pull-right", "data-disabled-with":"...新增" %>
</div>
<div class="box admin-list-container glcc-news-list-container">
<%= render partial: 'admins/topic/glcc_news/list', locals: { glcc_news: @glcc_news } %>
</div>
<div id="glcc-news-modals">
</div>