diff options
Diffstat (limited to 'app/views/node_actions/_action_row.html.erb')
| -rw-r--r-- | app/views/node_actions/_action_row.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/node_actions/_action_row.html.erb b/app/views/node_actions/_action_row.html.erb index 5b5488b..c640f0d 100644 --- a/app/views/node_actions/_action_row.html.erb +++ b/app/views/node_actions/_action_row.html.erb | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | <span class="node_action_clock"><%= action.occurred_at.strftime("%H:%M") %></span> | 4 | <span class="node_action_clock"><%= action.occurred_at.strftime("%H:%M") %></span> |
| 5 | </td> | 5 | </td> |
| 6 | <td class="node_action_body"> | 6 | <td class="node_action_body"> |
| 7 | <%= verb_icon(action) %> | ||
| 7 | <%= action_summary(action) %> | 8 | <%= action_summary(action) %> |
| 8 | <% if action.node_id && params[:node_id].blank? %> | 9 | <% if action.node_id && params[:node_id].blank? %> |
| 9 | <%= 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" %> |
