about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/index.html.haml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2017-10-15 04:51:42 -0500
committerDavid Yip <yipdw@member.fsf.org>2017-10-21 14:54:36 -0500
commit2e03a10059889cb05d4fab7736447a4315f90bf5 (patch)
treec5f4a997e9ed281ed356284f2c2450fb3a46d8bf /app/views/settings/keyword_mutes/index.html.haml
parent4fa2f7e82d68c974ecfdb8896f15a5a3aba25828 (diff)
Spike out index and new views for keyword mutes controller.
Diffstat (limited to 'app/views/settings/keyword_mutes/index.html.haml')
-rw-r--r--app/views/settings/keyword_mutes/index.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/settings/keyword_mutes/index.html.haml b/app/views/settings/keyword_mutes/index.html.haml
index 421fbeba2..6b212895d 100644
--- a/app/views/settings/keyword_mutes/index.html.haml
+++ b/app/views/settings/keyword_mutes/index.html.haml
@@ -1,2 +1,15 @@
 - content_for :page_title do
   = t('settings.keyword_mutes')
+
+.table-wrapper
+  %table.table
+    %thead
+      %tr
+        %th= t('settings.keyword_mutes.keyword')
+        %th
+        %th
+      %tbody
+        = render @keyword_mutes
+
+= paginate @keyword_mutes
+= link_to t('settings.keyword_mutes.add_keyword'), new_settings_keyword_mute_path, class: 'button'