summaryrefslogtreecommitdiff
path: root/app/views/node_actions/_action_row.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-19 01:14:07 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-19 01:14:07 +0200
commit367079adfb6674cc6d71c162332674415bd1741c (patch)
tree7487b368a07212f7364e0d667abf08add382fb61 /app/views/node_actions/_action_row.html.erb
parenta8cf4bd01625ebd341d32ec735a4b885db4c8118 (diff)
Refine the action log's time column layout
Diffstat (limited to 'app/views/node_actions/_action_row.html.erb')
-rw-r--r--app/views/node_actions/_action_row.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/node_actions/_action_row.html.erb b/app/views/node_actions/_action_row.html.erb
index c640f0d..a9a3b8d 100644
--- a/app/views/node_actions/_action_row.html.erb
+++ b/app/views/node_actions/_action_row.html.erb
@@ -1,10 +1,10 @@
1<tr class="node_action node_action--<%= action.action %>"> 1<tr class="node_action node_action--<%= action.action %>">
2 <td class="node_action_time"> 2 <td class="node_action_time">
3 <span class="node_action_date"><%= action.occurred_at.strftime("%Y-%m-%d") %></span> 3 <span class="node_action_date"><%= action.occurred_at.strftime("%Y-%m-%d") %></span>
4 <%= verb_icon(action) %>
4 <span class="node_action_clock"><%= action.occurred_at.strftime("%H:%M") %></span> 5 <span class="node_action_clock"><%= action.occurred_at.strftime("%H:%M") %></span>
5 </td> 6 </td>
6 <td class="node_action_body"> 7 <td class="node_action_body">
7 <%= verb_icon(action) %>
8 <%= action_summary(action) %> 8 <%= action_summary(action) %>
9 <% if action.node_id && params[:node_id].blank? %> 9 <% if action.node_id && params[:node_id].blank? %>
10 <%= link_to t("node_actions.node_history"), admin_log_path(:node_id => action.node_id), :class => "node_action_zoom" %> 10 <%= link_to t("node_actions.node_history"), admin_log_path(:node_id => action.node_id), :class => "node_action_zoom" %>