about summary refs log tree commit diff
path: root/app/views/admin/action_logs/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/action_logs/index.html.haml')
-rw-r--r--app/views/admin/action_logs/index.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/admin/action_logs/index.html.haml b/app/views/admin/action_logs/index.html.haml
new file mode 100644
index 000000000..bb6d7b5d7
--- /dev/null
+++ b/app/views/admin/action_logs/index.html.haml
@@ -0,0 +1,7 @@
+- content_for :page_title do
+  = t('admin.action_logs.title')
+
+%ul
+  = render @action_logs
+
+= paginate @action_logs