about summary refs log tree commit diff
path: root/app/views/admin/domain_blocks/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-04-03 18:55:06 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-04-03 18:55:06 +0200
commitb7c1b12367b307d07303ce99f2c27bf255ecd56a (patch)
treec25b886e2dc3585305abc3df9a3ff1b43d7bbd02 /app/views/admin/domain_blocks/index.html.haml
parentf6e9251054d21cb463a8fee44922d908aa7e2c03 (diff)
Make default admin UI page reports. Add admin UI for creating a domain block
Diffstat (limited to 'app/views/admin/domain_blocks/index.html.haml')
-rw-r--r--app/views/admin/domain_blocks/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/domain_blocks/index.html.haml b/app/views/admin/domain_blocks/index.html.haml
index dbaeb4716..eb7894b86 100644
--- a/app/views/admin/domain_blocks/index.html.haml
+++ b/app/views/admin/domain_blocks/index.html.haml
@@ -14,3 +14,4 @@
         %td= block.severity
 
 = will_paginate @blocks, pagination_options
+= link_to 'Add new', new_admin_domain_block_path, class: 'button'