1
0
Fork 0
forked from gitea/nas
nas/app/views/admin/ngword_histories/index.html.haml
KMY(雪あすか) 95ab1f729c
Change: #647 NGワードの入力フォーム (#663)
* Change: #647 NGワードの入力フォーム

* Wip: 画面改造

* テストコード、画面

* Fix: 複数の問題
2024-03-26 08:44:16 +09:00

22 lines
598 B
Text

- content_for :page_title do
= t('admin.ngword_histories.title')
.filters
.back-link
= link_to admin_ng_words_keywords_path do
= fa_icon 'chevron-left fw'
= t('admin.ngword_histories.back_to_ng_words')
%hr.spacer/
.batch-table
.batch-table__toolbar
%label.batch-table__toolbar__select.batch-checkbox-all
= check_box_tag :batch_checkbox_all, nil, false
.batch-table__body
- if @histories.empty?
= nothing_here 'nothing-here--under-tabs'
- else
= render partial: 'admin/ngword_histories/history', collection: @histories
= paginate @histories