summaryrefslogtreecommitdiff
path: root/app/views/node_actions/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/node_actions/index.html.erb')
-rw-r--r--app/views/node_actions/index.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/node_actions/index.html.erb b/app/views/node_actions/index.html.erb
new file mode 100644
index 0000000..20ef5b3
--- /dev/null
+++ b/app/views/node_actions/index.html.erb
@@ -0,0 +1,13 @@
1<h1><%= t("node_actions.heading") %></h1>
2
3<% if params[:node_id].present? || params[:user_id].present? %>
4 <p><%= link_to t("node_actions.show_all"), admin_log_path %></p>
5<% end %>
6
7<%= will_paginate @actions %>
8
9<table id="node_action_list">
10 <%= render partial: "node_actions/action_row", collection: @actions, as: :action %>
11</table>
12
13<%= will_paginate @actions %>