about summary refs log tree commit diff
path: root/app/views/admin/rules/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/rules/index.html.haml')
-rw-r--r--app/views/admin/rules/index.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/admin/rules/index.html.haml b/app/views/admin/rules/index.html.haml
index 3b069d083..4fb993ad0 100644
--- a/app/views/admin/rules/index.html.haml
+++ b/app/views/admin/rules/index.html.haml
@@ -1,8 +1,9 @@
 - content_for :page_title do
   = t('admin.rules.title')
 
-.simple_form
-  %p.hint= t('admin.rules.description')
+%p= t('admin.rules.description_html')
+
+%hr.spacer/
 
 - if can? :create, :rule
   = simple_form_for @rule, url: admin_rules_path do |f|